use "Test timed out" so that automation.py detects the time out b=414049 r=gavin a=testing

--HG--
extra : rebase_source : 515c62bfe919ab0ec62bd916f2930ee0ec10f11e
This commit is contained in:
Karl Tomlinson 2010-08-23 13:29:05 +12:00
Родитель 35de8505a4
Коммит 771130a3b7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -237,7 +237,7 @@ Tester.prototype = {
setTimeout(arguments.callee, TIMEOUT_SECONDS * 1000);
return;
}
self.currentTest.addResult(new testResult(false, "Timed out", "", false));
self.currentTest.addResult(new testResult(false, "Test timed out", "", false));
self.currentTest.timedOut = true;
self.currentTest.scope.__waitTimer = null;
self.nextTest();