mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged 5.2.N (5.2.2) to HEAD (5.2)
134425 mward: REPO-1583: fix test, broken due to introduction of sorting/paging. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137347 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -534,7 +534,7 @@ public class GroupsTest extends AbstractSingleNetworkSiteTest
|
||||
ListResponse<Group> groups = groupsProxy.getGroupsByPersonId("-me-", null, "Couldn't get user's groups", 200);
|
||||
assertEquals(6L, (long) groups.getPaging().getCount());
|
||||
Iterator<Group> it = groups.getList().iterator();
|
||||
assertEquals("GROUP_EVERYONE", it.next().getId());
|
||||
assertEquals("GROUP_ALFRESCO_ADMINISTRATORS", it.next().getId());
|
||||
}
|
||||
|
||||
// -ve test: attempt to get groups for non-existent person
|
||||
|
Reference in New Issue
Block a user