socialWorkspace.getAdministratorsGroupName());
}
@Test
public void testPublicSectionRights() throws Exception {
PathRef publicSectionPathRef = new PathRef(
socialWorkspace.getPublicSectionPath());
assertTrue(session.exists(publicSectionPathRef));
assertNotNull(session.getDocument(publicSectionPathRef));
assertFalse(session.hasPermission(nobody, publicSectionPathRef, READ));