assertTrue(anotherLockManager.isLocked(path));
assertTrue(anotherLockManager.holdsLock(path));
// try to unlock the lock obtained from the other session
anotherLockManager.addLockToken(lockToken);
anotherLockManager.unlock(path);
anotherSession.save();
// unlock "my" lock
anotherLockManager.unlock(l2path);
anotherSession.save();