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:
Mark Rogers
2014-07-22 15:40:31 +00:00
parent 079b879c67
commit 874f632d1b
3 changed files with 44 additions and 4 deletions

View File

@@ -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) //