Commit 11228d84 authored by Tristan Cavelier's avatar Tristan Cavelier

move/reindent some lines

parent 237a2b74
......@@ -1390,9 +1390,9 @@ test ("Remove", function(){
o.attmt_myremove1 = {
"remove2": {
"length": 3,
"digest": "md5-dontcare"
},
"digest": "md5-dontcare",
"revpos":1
},
};
o.doc_myremove1 = {"_id": "remove1", "title": "myRemove1",
"_rev":o.very_old_rev, "_attachments":o.attmt_myremove1};
......@@ -1502,7 +1502,8 @@ test ("Remove", function(){
o.jio.remove({"_id":"remove1","_rev":o.second_old_rev}, o.f);
o.tick(o);
o.revisions = {"start": 3, "ids":[o.rev.split('-')[1],
o.revisions = {"start": 3, "ids":[
o.rev.split('-')[1],
o.old_rev.split('-')[1],o.very_old_rev.split('-')[1]
]};
o.doc_myremove4 = {"_id":"remove1","_rev":o.rev};
......
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