INT-1614 fixed sanity test config based on refactored XML

This commit is contained in:
Oleg Zhurakousky
2010-11-21 19:14:04 -05:00
parent 319faaf8d0
commit 1c8bb054e6
2 changed files with 3 additions and 4 deletions

View File

@@ -18,10 +18,10 @@
channel="ftpChannel"
session-factory="ftpClientFactory"
auto-create-directories="true"
auto-delete-remote-files-on-sync="false"
delete-remote-files="false"
filename-pattern=".*\.test$"
remote-directory="/Users/ozhurakousky/workspace-sts-2.3.3.M2/si/spring-integration/spring-integration-ftp/remote-test-dir"
local-working-directory="file:local-test-dir">
local-directory="file:local-test-dir">
<int:poller fixed-rate="1000"/>
</int-ftp:inbound-channel-adapter>

View File

@@ -21,10 +21,9 @@
<int-sftp:inbound-channel-adapter id="sftpInbondAdapter"
channel="receiveChannel"
session-factory="sftpSessionFactory"
local-directory="/Users/ozhurakousky/workspace-sts-2.3.3.M2/si/spring-integration/spring-integration-sftp/bar"
local-directory="/Users/ozhurakousky/workspace-sts-2.3.3.M2/si/spring-integration/spring-integration-sftp/local-test-dir"
remote-directory="/Users/ozhurakousky/workspace-sts-2.3.3.M2/si/spring-integration/spring-integration-sftp/remote-test-dir"
auto-startup="true"
auto-create-directories="true"
auto-delete-remote-files-on-sync="false"
filename-pattern=".*\.test$">
<int:poller fixed-rate="1000" max-messages-per-poll="10" task-executor="executor"/>