Commit 63d104a0 authored by Tristan Cavelier's avatar Tristan Cavelier

gidstorage allDocs tests improved

parent 999e0569
......@@ -8079,6 +8079,7 @@ test("AllDocs", function () {
o.local_jio.put({"_id": "red", "identifier": ["a", "b"]})
o.local_jio.put({"_id": "yellow", "identifier": ["c", "d"]})
o.local_jio.put({"_id": "purple", "identifier": ["p", "d"]})
o.local_jio.put({"_id": "blue", "title": "Hey"})
o.clock.tick(3000);
o.local_jio.stop();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment