Fix FTP Server test config for file separator

This commit is contained in:
Artem Bilan
2016-02-16 15:18:27 -05:00
parent 217d5395c0
commit 96565cc716

View File

@@ -184,7 +184,9 @@
delete-remote-files="false"
filename-pattern="*.txt"
temporary-file-suffix=".foo"
local-directory="#{T (System).getProperty('java.io.tmpdir') + T (java.util.UUID).randomUUID().toString()}">
local-directory="#{T (System).getProperty('java.io.tmpdir')
+ T(java.io.File).separator
+ T (java.util.UUID).randomUUID().toString()}">
<int:poller fixed-delay="100"/>
</int-ftp:inbound-channel-adapter>