}
// allow 'remove_node' at childNPath
// -> now move must succeed
givePrivileges(childNPath, privilegesFromName(Privilege.JCR_REMOVE_NODE), getRestrictions(superuser, childNPath));
testSession.move(childNPath, destPath);
testSession.save();
// withdraw 'add_child_nodes' privilege on former src-parent
// -> moving child-node back must fail
withdrawPrivileges(path, privilegesFromName(Privilege.JCR_ADD_CHILD_NODES), getRestrictions(superuser, path));