1
0
Fork 0

fixed test data adapted to mirror arangoDB internal id

This commit is contained in:
Michael Hackstein 2013-03-20 10:11:00 +01:00
parent 7eb123b2c3
commit e755c67a3b
17 changed files with 17 additions and 17 deletions

View File

@ -1 +1 @@
{"id":0,"children" : [{"id":1}, {"id":2}, {"id":3}, {"id":4}]}
{"_id":0,"children" : [{"_id":1}, {"_id":2}, {"_id":3}, {"_id":4}]}

View File

@ -1 +1 @@
{"id": 1, "children": [{"id": 5}, {"id": 6}, {"id": 7}]}
{"_id": 1, "children": [{"_id": 5}, {"_id": 6}, {"_id": 7}]}

View File

@ -1 +1 @@
{"id": 10, "children": []}
{"_id": 10, "children": []}

View File

@ -1 +1 @@
{"id": 11, "children": []}
{"_id": 11, "children": []}

View File

@ -1 +1 @@
{"id": 12, "children": []}
{"_id": 12, "children": []}

View File

@ -1 +1 @@
{"id": 2, "children": [{"id": 8}]}
{"_id": 2, "children": [{"_id": 8}]}

View File

@ -1 +1 @@
{"id": 3, "children": [{"id": 8}, {"id": 9}]}
{"_id": 3, "children": [{"_id": 8}, {"_id": 9}]}

View File

@ -1 +1 @@
{"id": 4, "children": [{"id": 5}, {"id": 12}]}
{"_id": 4, "children": [{"_id": 5}, {"_id": 12}]}

View File

@ -1 +1 @@
{"id": 42, "children": [{"id": 43}, {"id": 44}, {"id": 45}]}
{"_id": 42, "children": [{"_id": 43}, {"_id": 44}, {"_id": 45}]}

View File

@ -1 +1 @@
{"id": 43, "children": []}
{"_id": 43, "children": []}

View File

@ -1 +1 @@
{"id": 44, "children": []}
{"_id": 44, "children": []}

View File

@ -1 +1 @@
{"id": 45, "children": []}
{"_id": 45, "children": []}

View File

@ -1 +1 @@
{"id": 5, "children": [{"id": 10}, {"id": 11}]}
{"_id": 5, "children": [{"_id": 10}, {"_id": 11}]}

View File

@ -1 +1 @@
{"id": 6, "children": []}
{"_id": 6, "children": []}

View File

@ -1 +1 @@
{"id": 7, "children": []}
{"_id": 7, "children": []}

View File

@ -1 +1 @@
{"id": 8, "children": []}
{"_id": 8, "children": []}

View File

@ -1 +1 @@
{"id": 9, "children": []}
{"_id": 9, "children": []}