Bug 752409 - Intermittent browser/browser/components/thumbnails/test/browser_thumbnails_storage.js; r=dietrich

This commit is contained in:
Tim Taubert 2012-05-14 18:16:25 +02:00
Родитель 0530b3807b
Коммит 27678d855e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -18,7 +18,7 @@ XPCOMUtils.defineLazyGetter(this, "Sanitizer", function () {
* be removed when the user sanitizes their history.
*/
function runTests() {
clearHistory();
yield clearHistory();
// create a thumbnail
yield addTab(URL);
@ -72,7 +72,7 @@ function clearHistory(aUseRange) {
executeSoon(function () {
if (PageThumbsStorage.getFileForURL(URL).exists())
clearHistory(aFile, aUseRange);
clearHistory(aUseRange);
else
next();
});