tenfourfox/netwerk/test/unit/test_cache2-17-evict-all.js
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
281 B
JavaScript

function run_test()
{
do_get_profile();
var svc = get_cache_service();
svc.clear();
var storage = getCacheStorage("disk");
storage.asyncVisitStorage(
new VisitCallback(0, 0, [], function() {
finish_cache2_test();
}),
true
);
do_test_pending();
}