diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-09 10:30:52 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-09 10:30:52 -0800 |
commit | 448ed5cf1efc9005c1245724bad18d4634794996 (patch) | |
tree | 34c347ebf1786ce8e9836c626f69a282470a57bc /tests/runner.py | |
parent | 093ebe033d9bc906babb1a3511e2a4638b58d6a0 (diff) |
fix poppler test; all current tests pass in default
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index dfe1e36c..e8c61943 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -3746,7 +3746,7 @@ if 'benchmark' not in str(sys.argv): Building.link([freetype, poppler], combined) self.do_ll_run(combined, - open(path_from_root('tests', 'poppler', 'ref.ppm'), 'r').read().replace(' ', ''), + map(ord, open(path_from_root('tests', 'poppler', 'ref.ppm'), 'r').read()).__str__().replace(' ', ''), args='-scale-to 512 paper.pdf filename'.split(' '), post_build=post) #, build_ll_hook=self.do_autodebug) |