}
public void testGetPermissions() throws RepositoryException {
Permissions perms = new Permissions(fd.get_Permissions());
assertNotNull(perms);
boolean authorized = perms.authorize(MockUtil.createAdministratorUser());
assertTrue("User is not authorized", authorized);
}
public void testMarkingPermissions() throws RepositoryException {
IVersionSeries versionSeries =