Bug 540369. Fix unit test hang detection on Windows. r=ted

--HG--
extra : rebase_source : 9e9c8f45f61585ac0bb3f08d873289003d95c14d
This commit is contained in:
Jonathan Griffin 2010-01-25 12:37:58 -08:00
Родитель 5d932775e8
Коммит e845a6725c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -495,7 +495,7 @@ user_pref("camino.use_system_proxy_settings", false); // Camino-only, harmless t
return ('', False)
else:
log.error("readWithTimeout got error: %d", err)
if l > 0:
if l.value > 0:
# we're assuming that the output is line-buffered,
# which is not unreasonable
return (f.readline(), False)