tenfourfox/netwerk/test/unit/test_cache2-13-evict-non-existing.js

14 lines
255 B
JavaScript
Raw Normal View History

2017-04-19 07:56:45 +00:00
function run_test()
{
do_get_profile();
var storage = getCacheStorage("disk");
storage.asyncDoomURI(createURI("http://non-existing/"), "",
new EvictionCallback(false, function() {
finish_cache2_test();
})
);
do_test_pending();
}