Bug 483635 - Mochitest test_terminate.html runs fine but needs to check/report success; (Av1a) Add |ok(true, ...);|; r=bent.mozilla sr=jonas

This commit is contained in:
Serge Gautherie 2009-03-21 00:38:54 +01:00
Родитель 70924934da
Коммит 43ba5cbb0c
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -29,6 +29,7 @@ Tests of DOM Worker terminate feature
}
clearInterval(interval);
ok(true, "no more messages");
SimpleTest.finish();
}