mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged 5.0.N (5.0.3) to HEAD (5.1)
109265: Merged 5.0.2 (5.0.2) to 5.0.N (5.0.3) 109210: Merged DEV/NESS/5.0.2-2015_07_13 (5.0.2) to 5.0.2 (5.0.2) 109195: MNT-14344 - Oracle test failing - check for nodes existence, ignore the order they're retrieved git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@109392 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -737,8 +737,8 @@ public class GetChildrenCannedQueryTest extends TestCase
|
||||
|
||||
totalCnt = results.getPage().size();
|
||||
assertTrue(totalCnt == 2);
|
||||
assertEquals(nodeRef1, results.getPage().get(0));
|
||||
assertEquals(nodeRef2, results.getPage().get(1));
|
||||
assertTrue(results.getPage().contains(nodeRef1));
|
||||
assertTrue(results.getPage().contains(nodeRef2));
|
||||
|
||||
pattern = "*";
|
||||
results = list(parentNodeRef, -1, -1, 0, pattern, null);
|
||||
|
Reference in New Issue
Block a user