Bug 483981 - Mochitest test_bug448993.html runs fine but needs to check/report success; (Av1) Add |ok(true, ...);|; r+sr=Olli.Pettay

This commit is contained in:
Serge Gautherie 2009-03-18 16:56:55 +01:00
Родитель 44b0f6d72b
Коммит b3f0ad7e45
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -40,6 +40,7 @@ function runTest() {
s.setEnd(b, 0);
gc();
s.deleteContents();
ok(true, "test did not crash");
SimpleTest.finish();
}