}
// with simple write privilege moving a node is not allowed.
modifyPrivileges(parentPath, Privilege.JCR_WRITE, true);
try {
wsp.importXML(parentPath, getXmlForImport(), ImportUUIDBehavior.IMPORT_UUID_CREATE_NEW);
fail("Missing privilege jcr:nodeTypeManagement.");
} catch (AccessDeniedException e) {
// success
}