Merged 5.1.N (5.1.3) to 5.2.N (5.2.1)

135138 cpopa: Merged WEBAPP-API (5.2.1) to 5.1.N (5.1.3)
      135053 cpopa: MNT-17341 : External users with Manager role cannot invite other external users to the site because site invitation accept fails
         - moved the ActivitiInvitationServiceImplTests test to the proper suite


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@135148 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Constantin Popa
2017-02-14 16:29:59 +00:00
parent ff91dc2cbb
commit 58322870eb
2 changed files with 2 additions and 0 deletions

View File

@@ -185,6 +185,7 @@ public class Repository01TestSuite extends TestSuite
suite.addTestSuite(org.alfresco.repo.importer.FileImporterTest.class);
suite.addTestSuite(org.alfresco.repo.importer.ImporterComponentTest.class);
suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.invitation.InvitationCleanupTest.class));
suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.invitation.ActivitiInvitationServiceImplTests.class));
}
static void tests29(TestSuite suite) // tests="12" time="93.965"