mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
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:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user