mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
108276: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud) 108214: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.3) 108154: Merged DEV to V4.2-BUG-FIX (4.2.5) 107925 : MNT-14140 : MAIL command with a null reverse-path causes java.lang.NullPointerException - Allowed null reverse-path, added some tests git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@108408 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -52,6 +52,7 @@ public class Repository01TestSuite extends TestSuite
|
||||
static void tests3(TestSuite suite) // tests="76" time="82.566"
|
||||
{
|
||||
suite.addTestSuite(org.alfresco.email.server.EmailServiceImplTest.class);
|
||||
suite.addTestSuite(org.alfresco.email.server.EmailServerTest.class);
|
||||
suite.addTestSuite(org.alfresco.filesys.FTPServerTest.class);
|
||||
suite.addTestSuite(org.alfresco.filesys.repo.CifsIntegrationTest.class);
|
||||
suite.addTestSuite(org.alfresco.filesys.repo.ContentDiskDriverTest.class);
|
||||
|
Reference in New Issue
Block a user