Commit b8ede3da authored by Romain Courteaud's avatar Romain Courteaud

wip

parent eaa2151a
...@@ -725,7 +725,7 @@ ...@@ -725,7 +725,7 @@
}, ""]); }, ""]);
stop(); stop();
expect(17); expect(16);
this.jio.putAttachment( this.jio.putAttachment(
id, id,
...@@ -748,7 +748,6 @@ ...@@ -748,7 +748,6 @@
equal(server.requests[0].method, "POST"); equal(server.requests[0].method, "POST");
equal(server.requests[0].url, submit_url); equal(server.requests[0].url, submit_url);
equal(server.requests[0].status, 204); equal(server.requests[0].status, 204);
equal(server.requests[0].responseType, "blob");
ok(context.spy.calledTwice, "FormData.append count " + ok(context.spy.calledTwice, "FormData.append count " +
context.spy.callCount); context.spy.callCount);
......
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