зеркало из https://github.com/mozilla/gecko-dev.git
Bug 945828 - Work around bug 945756. r=luke
This commit is contained in:
Родитель
a9d2f530d9
Коммит
968c534750
|
@ -362,9 +362,8 @@ add_task(function test_history_expiration()
|
|||
yield list.add(downloadTwo);
|
||||
|
||||
// Force a history expiration.
|
||||
let expire = Cc["@mozilla.org/places/expiration;1"]
|
||||
.getService(Ci.nsIObserver);
|
||||
expire.observe(null, "places-debug-start-expiration", -1);
|
||||
Cc["@mozilla.org/places/expiration;1"]
|
||||
.getService(Ci.nsIObserver).observe(null, "places-debug-start-expiration", -1);
|
||||
|
||||
// Wait for both downloads to be removed.
|
||||
yield deferred.promise;
|
||||
|
|
Загрузка…
Ссылка в новой задаче