REPO-19954: adding the missing test FTPServerTest

This commit is contained in:
Andrei Rebegea
2017-08-09 10:27:00 +03:00
parent b041d4128d
commit bdd9bb29bb

View File

@@ -186,6 +186,8 @@ public class AllRepositoryTestsCatalogue
suite.addTestSuite(ActionTrackingServiceImplTest.class);
suite.addTestSuite(org.alfresco.email.server.EmailServiceImplTest.class);
suite.addTestSuite(org.alfresco.email.server.EmailServerTest.class);
// FTPServerTest fails when run from Eclipse
suite.addTestSuite(org.alfresco.filesys.FTPServerTest.class);
suite.addTestSuite(org.alfresco.filesys.repo.CifsIntegrationTest.class);
suite.addTestSuite(org.alfresco.filesys.repo.ContentDiskDriverTest.class);
suite.addTestSuite(org.alfresco.filesys.repo.LockKeeperImplTest.class);