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

135140 cpopa: Merged WEBAPP-API (5.2.1) to 5.1.N (5.1.3)
      135064 cpopa: MNT-17341 : External users with Manager role cannot invite other external users to the site because site invitation accept fails
         - added test ActivitiInvitationServiceImplTests to its own suite


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@135150 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Constantin Popa
2017-02-14 16:32:12 +00:00
parent 0138579bac
commit d81b9be2ad
2 changed files with 50 additions and 1 deletions

View File

@@ -185,7 +185,6 @@ 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"
@@ -455,4 +454,9 @@ public class Repository01TestSuite extends TestSuite
{
suite.addTest(org.alfresco.repo.virtual.VirtualizationIntegrationTestSuite.suite());
}
static void tests71(TestSuite suite)
{
suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.invitation.ActivitiInvitationServiceImplTests.class));
}
}