Commit 2344832e authored by Xiaowu Zhang's avatar Xiaowu Zhang

display _start & _end in message

parent 2a14517b
......@@ -412,7 +412,7 @@
"result": "success",
"status": 200,
"statusText": "Ok"
}, "Get Attachment, Check Response");
}, "Get Attachment with _start:2 _end: 4, Check Response");
return jIO.util.readBlobAsText(blob).then(function (e) {
deepEqual(e.target.result, "is", "Check blob text content");
});
......@@ -440,7 +440,7 @@
"result": "success",
"status": 200,
"statusText": "Ok"
}, "Get Attachment, Check Response");
}, "Get Attachment with _start: 1 _end: 7, Check Response");
return jIO.util.readBlobAsText(blob).then(function (e) {
deepEqual(e.target.result, "tisate", "Check blob text content");
});
......
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