From 290a8df6518649953dbd3ed176af03c1d887fb85 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 1 Jul 2011 18:05:17 -0400 Subject: [PATCH] INT-1957 Last Commit should have been: Inner Poller Can Have default="false" --- .../integration/jdbc/config/InnerPollerParserTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/config/InnerPollerParserTests.java b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/config/InnerPollerParserTests.java index 42639caaea..aea0a54be8 100644 --- a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/config/InnerPollerParserTests.java +++ b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/config/InnerPollerParserTests.java @@ -34,6 +34,7 @@ public class InnerPollerParserTests { @Test public void testRefGood() { + // Just load the context to test the parse of a 'good' inner parser new ClassPathXmlApplicationContext("InnerPollerParserTests-context.xml", InnerPollerParserTests.class); }