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"> + + + +