From d02a8e5c01fb65e0991a3311529e7f9a97addf25 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 25 Jul 2014 01:08:10 -0700 Subject: [PATCH] fix test --- test/test_naming.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_naming.py b/test/test_naming.py index e1f6eff..d08230b 100644 --- a/test/test_naming.py +++ b/test/test_naming.py @@ -259,4 +259,6 @@ if __name__=="__main__": print >> sys.stderr, "Cannot locate pdf2htmlEX executable. Make sure source was built before running this test." exit(1) + # we want to run pdf2htmlEX without installing it + shutil.copy(os.path.join(TEST_DIR, '../3rdparty/PDF.js/compatibility.min.js'), DATA_DIR) unittest.main()