@Test
public void testParenting()
{
Node node = create(3, 3);
ObjectStoreSession oss = ObjectStore.Factory.create().beginSession();
oss.store(node).now();
testParent(oss, node, null);
}
private void testParent(ObjectStoreSession session, Node node, Node parent)