Commit d37fb194 authored by Tristan Cavelier's avatar Tristan Cavelier

jiotests.js tests with localstorage updated

parent 6d57cbc2
......@@ -2163,6 +2163,7 @@ test ("Remove", function(){
o.tick(o);
o.doctree = {
"_id": "remove1.revision_tree.json",
"children":[{
"rev": "1-veryoldrev", "status": "available", "children": [{
"rev": "2-oldrev", "status": "available", "children": [{
......@@ -3221,6 +3222,7 @@ module ("JIO Replicate Revision Storage");
// add documents to localstorage
o.doctree1_1 = {
"_id": "doc1.revision_tree.json",
"children": [{
"rev": "1-111",
"status": "available",
......
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