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)
76575: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 76363: MNT-10977: Workflow process retrieval returns incorrect hasMoreItems value Additional fix for build failure: https://bamboo.alfresco.com/bamboo/browse/ALF-ENTERPRISEV42BUGFIX-452 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77642 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -43,7 +43,12 @@ public class RemoteApi01TestSuite extends TestSuite
|
||||
|
||||
return suite;
|
||||
}
|
||||
|
||||
|
||||
static void tests0(TestSuite suite)
|
||||
{
|
||||
suite.addTestSuite(org.alfresco.rest.test.workflow.api.impl.ProcessesImplTest.class); // Fails with tests8() tests
|
||||
}
|
||||
|
||||
static void tests1(TestSuite suite)
|
||||
{
|
||||
suite.addTestSuite(org.alfresco.repo.management.subsystems.test.SubsystemsTest.class);
|
||||
@@ -81,7 +86,6 @@ public class RemoteApi01TestSuite extends TestSuite
|
||||
{
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.rest.workflow.api.tests.DeploymentWorkflowApiTest.class));
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.rest.workflow.api.tests.ProcessDefinitionWorkflowApiTest.class));
|
||||
suite.addTestSuite(org.alfresco.rest.workflow.api.impl.ProcessesImplTest.class);
|
||||
}
|
||||
|
||||
static void tests7(TestSuite suite) //
|
||||
|
Reference in New Issue
Block a user