INT-1614 'auto-delete-remote-files-on-sync' is now 'delete-remote-files'
This commit is contained in:
@@ -88,7 +88,7 @@ public class SftpInboundRemoteFileSystemSynchronizerTests {
|
||||
}
|
||||
});
|
||||
|
||||
syncronizer.setShouldDeleteSourceFile(true);
|
||||
syncronizer.setDeleteRemoteFiles(true);
|
||||
syncronizer.afterPropertiesSet();
|
||||
|
||||
File localDirectory = new File(System.getProperty("java.io.tmpdir"));
|
||||
|
||||
Reference in New Issue
Block a user