Fix xpcshell failure from bug 468246 revealed by bug 613516 [a=bustage] landed on a CLOSED TREE

This commit is contained in:
Paul O’Shannessy 2010-11-29 20:57:30 -05:00
Родитель 865b272258
Коммит 907ebe66da
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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);
}