public void testRemoveRetentionPolicyOnCheckedInNode() throws NotExecutableException, RepositoryException {
Node child = getVersionableChildNode();
child.checkout();
retentionMgr.setRetentionPolicy(child.getPath(), getApplicableRetentionPolicy());
superuser.save();
child.checkin();
Session otherS = helper.getSuperuserSession();
try {
RetentionManager rmgr = getRetentionManager(otherS);
rmgr.removeRetentionPolicy(child.getPath());