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); }