Assert.assertEquals(1,Iterations.asList(connection.listResources()).size());
// clear cache and test again
persistence.clearCache();
KiWiNode testBNode4 = connection.loadNodeById(bnode.getId());
// needs to be equal, but now it should not be the same object!
Assert.assertEquals(bnode,testBNode4);
Assert.assertTrue(bnode != testBNode4);