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
parent c3d9e2fdce
commit 4eeba6fa23

View File

@ -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();
}