/* make sure the same privileges/permissions are granted as at path. */
String childPath = n.getPath();
Privilege[] privs = testAcMgr.getPrivileges(childPath);
assertTrue(PrivilegeRegistry.READ == PrivilegeRegistry.getBits(privs));
testSession.checkPermission(childPath, SessionImpl.READ_ACTION);
}
public void testNonExistingItem() throws RepositoryException, NotExecutableException {
SessionImpl testSession = getTestSession();
/*