Bug 607418 - Intermittent failure in dom/tests/mochitest/localstorage/test_localStorageOriginsSchemaDiffs.html (proper observer remove update 2), r=jst, a=test-only

This commit is contained in:
Honza Bambas 2010-12-15 19:30:01 +01:00
Родитель 087f5f0257
Коммит d41a82d713
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -73,10 +73,10 @@ function doStep()
case 5:
is(localStorage.getItem("Y"), null, "Y null in the master");
releaseTestObserver();
break;
case 7:
releaseTestObserver();
return finishTest();
}