Commit 840f0b9e authored by Tristan Cavelier's avatar Tristan Cavelier

restore jio test updated

parent 00206fb6
......@@ -686,7 +686,8 @@ test ("Restore old Jio", function() {
o.jio_id = o.jio.getId();
o.jio.put({"_id": "file", "title": "myFile"}, {"max_retry":3}, o.f);
o.waitUntilLastJobIs("on going");
o.waitUntilLastJobIs("initial"); // "on going" or "wait" should work
// xxx also test with o.waitUntilLastJobIs("on going") ?
o.jio.close();
o.jio = JIO.newJio({
......
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