mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
75551: Reverse Merge HEAD-BUG-FIX (5.0/Cloud) 74584: Reverse merged HEAD-BUG-FIX (5.0/Cloud) << Requires more work on the EOL branch >> 74416: Merged EOL to HEAD-BUG-FIX (5.0/Cloud) 74309: ACE-2010 EOL Legacy CMIS Inputs (2) in 5.0 - Start replacing references to the original CMIS code with Alfresco and chemistry Open CMIS classes 74342: ACE-2010 EOL Legacy CMIS Inputs (2) in 5.0 - Switch ServiceRegistry over to using Open CMIS classes 74406: ACE-2010 EOL Legacy CMIS Inputs (2) in 5.0 << Compiles and starts Share without error >> - Removed Original CMIS classes from the repository, remote-api and thor - Moved the CMIS.DictionaryBootstrap bean into opencmis-context.xml before removing cmis-api-context.xml - Some code was left under: root\projects\remote-api\source\java\org\alfresco\repo\cmis ...........................................................\client ...........................................................\ws ...........................................................\rest ................................test-java\org\alfresco\repo\cmis ................................................................\ws ................................................................\rest Will have to see if it should be be removed too, or if it is common with OpenCMIS 74407: ACE-2010 EOL Legally CMIS Inputs (2) in 5.0 - Removed left over code under: root\projects\remote-api\source\java\org\alfresco\repo\cmis ................................test-java\org\alfresco\repo\cmis - Removed an authentication URL test in QuickShareRestApiTest which was failing in the same way as the tests above. - Removed CXFAuthenticationSystemTest which appears to be using the original CMIS 74465: Merged EOL (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 74464: ACE-2010 EOL Legacey CMIS Inputs (2) in 5.0 - New failure in QuickShareRestApiTest - CXFAuthenticationSystemTest (deleted) was still referenced in MiscSystemTestSuite git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77489 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -45,29 +45,17 @@ public class RemoteApi01TestSuite extends TestSuite
|
||||
}
|
||||
|
||||
static void tests1(TestSuite suite)
|
||||
{
|
||||
suite.addTestSuite(org.alfresco.cmis.changelog.CMISChangeLogServiceTest.class);
|
||||
suite.addTestSuite(org.alfresco.repo.cmis.rest.test.AspectTest.class);
|
||||
suite.addTestSuite(org.alfresco.repo.cmis.rest.test.CMISAtomTemplatesTest.class);
|
||||
}
|
||||
|
||||
static void tests2(TestSuite suite) //
|
||||
{
|
||||
suite.addTestSuite(org.alfresco.repo.cmis.rest.test.PolicyTest.class);
|
||||
}
|
||||
|
||||
static void tests3(TestSuite suite) //
|
||||
{
|
||||
suite.addTestSuite(org.alfresco.repo.management.subsystems.test.SubsystemsTest.class);
|
||||
suite.addTestSuite(org.alfresco.repo.remoteticket.RemoteAlfrescoTicketServiceTest.class);
|
||||
}
|
||||
|
||||
static void tests4(TestSuite suite) //
|
||||
static void tests2(TestSuite suite) //
|
||||
{
|
||||
suite.addTest(org.alfresco.repo.web.scripts.WebScriptTestSuite.suite());
|
||||
}
|
||||
|
||||
static void tests5(TestSuite suite) //
|
||||
static void tests3(TestSuite suite) //
|
||||
{
|
||||
suite.addTestSuite(org.alfresco.repo.webdav.GetMethodRegressionTest.class);
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.webdav.MoveMethodTest.class));
|
||||
@@ -77,25 +65,25 @@ public class RemoteApi01TestSuite extends TestSuite
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.webdav.WebDAVMethodTest.class));
|
||||
}
|
||||
|
||||
static void tests6(TestSuite suite) //
|
||||
static void tests4(TestSuite suite) //
|
||||
{
|
||||
// TestNodeComments.testNodeComments() fails 50% of the time we with previous tests
|
||||
// TestCMIS.testCMIS() fails 30% of the time with previous tests
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.rest.api.tests.ApiTest.class));
|
||||
}
|
||||
|
||||
static void tests7(TestSuite suite) //
|
||||
static void tests5(TestSuite suite) //
|
||||
{
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.rest.api.tests.TestCMISAPI.class)); // Fails with previous or following tests
|
||||
}
|
||||
|
||||
static void tests8(TestSuite suite) //
|
||||
static void tests6(TestSuite suite) //
|
||||
{
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.rest.workflow.api.tests.DeploymentWorkflowApiTest.class));
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.rest.workflow.api.tests.ProcessDefinitionWorkflowApiTest.class));
|
||||
}
|
||||
|
||||
static void tests9(TestSuite suite) //
|
||||
static void tests7(TestSuite suite) //
|
||||
{
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.rest.workflow.api.tests.ProcessWorkflowApiTest.class));
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.rest.workflow.api.tests.TaskWorkflowApiTest.class));
|
||||
|
Reference in New Issue
Block a user