Commit dc97f827 authored by Jonathan Rivalan's avatar Jonathan Rivalan

s3storage.js update (+tests), now compatible with taskman.js

parent 65e213a7
This diff is collapsed.
...@@ -68,11 +68,13 @@ ...@@ -68,11 +68,13 @@
"status": 204, "status": 204,
"statusText": "No Content" "statusText": "No Content"
}, "Post a new document"); }, "Post a new document");
ok(/^no_document_id_[0-9]+$/.test(uuid), //ok(/^no_document_id_[0-9]+$/.test(uuid),
"New document id should look like no_document_id_479658600408584 : " + //"New document id should look like no_document_id_479658600408584 : " +
uuid); //uuid);
//shared.created_document_id = uuid;
ok(test_util.isUuid(uuid), "New document id should look like " +
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx : " + uuid);
shared.created_document_id = uuid; shared.created_document_id = uuid;
} }
function getCreatedDocument() { function getCreatedDocument() {
......
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