INT-1614 'auto-delete-remote-files-on-sync' is now 'delete-remote-files'

This commit is contained in:
Mark Fisher
2010-11-21 18:05:18 -05:00
parent 21b2a232ea
commit f448ec93b2
11 changed files with 27 additions and 20 deletions

View File

@@ -88,7 +88,7 @@ public class SftpInboundRemoteFileSystemSynchronizerTests {
}
});
syncronizer.setShouldDeleteSourceFile(true);
syncronizer.setDeleteRemoteFiles(true);
syncronizer.afterPropertiesSet();
File localDirectory = new File(System.getProperty("java.io.tmpdir"));