AC.close() in file and ftp tests

This commit is contained in:
Artem Bilan
2014-05-29 09:17:47 +03:00
parent 4b9d65f021
commit 3b12f7eada
3 changed files with 12 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ public class FtpOutboundChannelAdapterSample {
assertTrue(new File(TestSuite.FTP_ROOT_DIR + File.separator + "b.txt").exists());
LOGGER.info("Successfully transfered file 'a.txt' and 'b.txt' to a remote FTP location.");
ctx.close();
}
@After