From 2bcab9c2dfe4b5156a03fb9f7ee58ebe878e7b4a Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 25 Nov 2008 04:05:57 +0000 Subject: [PATCH] Added a poller sub-element for the FileInboundChannelAdapterParserTests. --- .../FileInboundChannelAdapterParserTests-context.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/org.springframework.integration.file/src/test/java/org/springframework/integration/file/config/FileInboundChannelAdapterParserTests-context.xml b/org.springframework.integration.file/src/test/java/org/springframework/integration/file/config/FileInboundChannelAdapterParserTests-context.xml index 7ca4e28c3f..6c9e0d27bf 100644 --- a/org.springframework.integration.file/src/test/java/org/springframework/integration/file/config/FileInboundChannelAdapterParserTests-context.xml +++ b/org.springframework.integration.file/src/test/java/org/springframework/integration/file/config/FileInboundChannelAdapterParserTests-context.xml @@ -11,8 +11,12 @@ http://www.springframework.org/schema/integration/file/spring-integration-file-1.0.xsd"> + directory="file:${java.io.tmpdir}" filter="filter" + auto-startup="false"> + + + +