зеркало из https://github.com/mozilla/pjs.git
Fix xpcshell failure from bug 468246 revealed by bug 613516 [a=bustage] landed on a CLOSED TREE
This commit is contained in:
Родитель
865b272258
Коммит
907ebe66da
|
@ -61,7 +61,7 @@ function checkValueAndTrigger(request, data, ctx) {
|
|||
index++;
|
||||
// This call happens in onStopRequest from the channel. Opening a new
|
||||
// channel to the same url here is no good idea! Post it instead...
|
||||
do_timeout(1, "triggerNextTest();");
|
||||
do_timeout(1, triggerNextTest);
|
||||
} else {
|
||||
httpserver.stop(do_test_finished);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче