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:
Serge Gautherie 2011-01-26 17:07:28 +01:00
Родитель bb82b5b5e9
Коммит 8a515d68b5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -83,7 +83,7 @@ function runTest() {
popup.close();
SimpleTest.finish();
SimpleTest.executeSoon(SimpleTest.finish);
dump('Final yield.\n');
yield;
}