mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fix permission test for folder/cmobject permission move
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2121 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -34,10 +34,10 @@ public class PermissionModelTest extends AbstractPermissionTest
|
|||||||
|
|
||||||
public void testIncludePermissionGroups()
|
public void testIncludePermissionGroups()
|
||||||
{
|
{
|
||||||
Set<PermissionReference> grantees = permissionModelDAO.getGranteePermissions(new SimplePermissionReference(QName.createQName("cm", "folder",
|
Set<PermissionReference> grantees = permissionModelDAO.getGranteePermissions(new SimplePermissionReference(QName.createQName("cm", "cmobject",
|
||||||
namespacePrefixResolver), "Guest"));
|
namespacePrefixResolver), "Guest"));
|
||||||
|
|
||||||
assertEquals(1, grantees.size());
|
assertEquals(5, grantees.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testGetGrantingPermissions()
|
public void testGetGrantingPermissions()
|
||||||
|
Reference in New Issue
Block a user