@Test
public void testSelfRelationship() throws Exception {
final NodeStruct struct = new NodeStruct(0);
struct.addRel(0, true, 0);
new RelationshipIdHandler().onEvent(struct,0,false);
//new RelationshipWriteHandler(new RelationshipRecordWriter(neoStore.getRelationshipStore())).onEvent(struct,0,false);
}