mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
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:
parent
bb82b5b5e9
commit
8a515d68b5
@ -83,7 +83,7 @@ function runTest() {
|
||||
|
||||
popup.close();
|
||||
|
||||
SimpleTest.finish();
|
||||
SimpleTest.executeSoon(SimpleTest.finish);
|
||||
dump('Final yield.\n');
|
||||
yield;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user