Bug 604129 - [SeaMonkey] mochitest-chrome: "TEST-UNEXPECTED-FAIL / test_crash_submit.xul / EventUtils.js, line 60: aTarget is null"; (Bv1) s/ok(true/todo(false/ when test plugin is not OOP.

r=joshmoz (a=test-only).
This commit is contained in:
Serge Gautherie 2011-02-11 17:26:07 +01:00
Родитель cc0f3ccf74
Коммит 9536eeab76
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -100,10 +100,11 @@ function runTests() {
}
if (!SimpleTest.testPluginIsOOP()) {
ok(true, "Skipping this test when test plugin is not OOP.");
todo(false, "Skipping this test when test plugin is not OOP.");
SimpleTest.finish();
return;
}
// the test harness will have set MOZ_CRASHREPORTER_NO_REPORT,
// ensure that we can change the setting and have our minidumps
// wind up in Crash Reports/pending