mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 845623 - Intermittent failure in test_storage_server.js; r=gbrown
This commit is contained in:
parent
e31c09bf76
commit
315728cce1
@ -346,7 +346,7 @@ add_test(function test_bso_if_unmodified_since() {
|
|||||||
let coll = server.user("123").collection("test");
|
let coll = server.user("123").collection("test");
|
||||||
do_check_neq(coll, null);
|
do_check_neq(coll, null);
|
||||||
|
|
||||||
let time = coll.timestamp;
|
let time = coll.bso("bso").modified;
|
||||||
|
|
||||||
_("Ensure we get a 412 for specified times older than server time.");
|
_("Ensure we get a 412 for specified times older than server time.");
|
||||||
let request = localRequest(server, "/2.0/123/storage/test/bso",
|
let request = localRequest(server, "/2.0/123/storage/test/bso",
|
||||||
|
Loading…
Reference in New Issue
Block a user