зеркало из https://github.com/mozilla/gecko-dev.git
Bug 628890 - mochitests-2: test_bug509055.html should not call SimpleTest.finish() before it actually has; (Av1) Wrap the call in SimpleTest.executeSoon() (ftb).
r=Olli.Pettay a=(test-only).
This commit is contained in:
Родитель
bb82b5b5e9
Коммит
8a515d68b5
|
@ -83,7 +83,7 @@ function runTest() {
|
|||
|
||||
popup.close();
|
||||
|
||||
SimpleTest.finish();
|
||||
SimpleTest.executeSoon(SimpleTest.finish);
|
||||
dump('Final yield.\n');
|
||||
yield;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче