]> git.parisson.com Git - pdf.js.git/commit
Report results properly to test.py from driver.js.
authorKalervo Kujala <kkujala@>
Tue, 16 Aug 2011 22:33:00 +0000 (01:33 +0300)
committerKalervo Kujala <kkujala@>
Tue, 16 Aug 2011 22:33:00 +0000 (01:33 +0300)
commit7cbdc982c51855f6c064a11f67ae0cf4f93c66be
tree1bbb6e3740d1c7800b3e771e2485b7f676360e2d
parent965193b38d789a389921d07ebcd924045f781fe7
Report results properly to test.py from driver.js.

If the PDFDoc creation failed in driver.js then that was not informed back to
test.py. This lead to State.remaining being off by one. And that did not let
the test to end as expected. Instead the test hung indefinitely.

This change now reveals TEST-UNEXPECTED-FAIL which was hidden previously.
test/driver.js