зеркало из https://github.com/mozilla/gecko-dev.git
Bug 781116 - "finished in a non-clean fashion" message should use error() instead of log(); r=ted
This commit is contained in:
Родитель
803578e620
Коммит
3cd194931f
|
@ -425,10 +425,10 @@ TestRunner.testFinished = function(tests) {
|
|||
|
||||
function runNextTest() {
|
||||
if (TestRunner.currentTestURL != TestRunner.getLoadedTestURL()) {
|
||||
TestRunner.log("TEST-UNEXPECTED-FAIL | " +
|
||||
TestRunner.currentTestURL +
|
||||
" | finished in a non-clean fashion (in " +
|
||||
TestRunner.getLoadedTestURL() + ")");
|
||||
TestRunner.error("TEST-UNEXPECTED-FAIL | " +
|
||||
TestRunner.currentTestURL +
|
||||
" | finished in a non-clean fashion (in " +
|
||||
TestRunner.getLoadedTestURL() + ")");
|
||||
tests.push({ result: false });
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче