Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git] / netwerk / test / unit / test_cache2-13-evict-non-existing.js
bloba2d40fd153006d7c4daf38e394bae60179473b54
1 "use strict";
3 function run_test() {
4 do_get_profile();
6 var storage = getCacheStorage("disk");
7 storage.asyncDoomURI(
8 createURI("http://non-existing/"),
9 "",
10 new EvictionCallback(false, function () {
11 finish_cache2_test();
15 do_test_pending();