lib: introduce neo4j connector
[nit.git] / tests / sav / test_neo4j.res
diff --git a/tests/sav/test_neo4j.res b/tests/sav/test_neo4j.res
new file mode 100644 (file)
index 0000000..7ef1fa8
--- /dev/null
@@ -0,0 +1,27 @@
+# Test local
+
+Andres
+24
+true
+[1,2,3]
+PERSON MALE
+LOVES
+1999
+Andres LOVES Kate
+Kate IS LOVED BY Andres
+
+# Test lazy
+
+Andres
+24
+true
+[1,2,3]
+PERSON MALE
+Kate
+25
+false
+PERSON FEMALE
+LOVES
+1999
+Andres LOVES Kate
+Kate IS LOVED BY Andres