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)
76558: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 75813: Merged DEV V4.2-BUG-FIX to V4.2-BUG-FIX (4.2.3) 65552: MNT-10977: Workflow process retrieval returns incorrect hasMoreItems value - 'hasMoreItems' value calculation has been modified to take into account skipped elements 67687: MNT-10977: Workflow process retrieval returns incorrect hasMoreItems value - 'org.alfresco.rest.workflow.api.impl.ProcessesImplTest' has been implemented to cover both test cases of the issue git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77625 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -81,6 +81,7 @@ 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