INT-1614 changed 'remotePath' property to 'remoteDirectory' - now matches the 'remote-directory' attribute within the schema

This commit is contained in:
Mark Fisher
2010-11-21 15:56:20 -05:00
parent 698a1f922e
commit 4e31918771
5 changed files with 21 additions and 22 deletions

View File

@@ -57,7 +57,7 @@ public class SftpInboundRemoteFileSystemSynchronizerTests {
}
SessionFactory sessionFactory = mock(SessionFactory.class);
SftpInboundFileSynchronizer syncronizer = new SftpInboundFileSynchronizer(sessionFactory);
syncronizer.setRemotePath("foo/bar");
syncronizer.setRemoteDirectory("foo/bar");
FileListFilter filter = mock(FileListFilter.class);