}
public void testLockReentrancy() throws InterruptedException
{
Fqn fqn = Fqn.fromString("/a/b/c");
NodeSPI node = new NodeInvocationDelegate(new UnversionedNode(fqn));
assert lm.lock(fqn, WRITE, null);
assert lm.isLocked(node);
assert lm.lock(node, WRITE, null);