1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 10:20:33 +00:00
This commit is contained in:
Lu Wang 2015-05-03 17:05:29 +08:00
parent c0a53b0d97
commit 47f141029c
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@ option(ENABLE_SVG "Enable SVG support, for generating SVG background images and
include_directories(${CMAKE_SOURCE_DIR}/src)
set(PDF2HTMLEX_VERSION "0.14.3")
set(PDF2HTMLEX_VERSION "0.14.4")
set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION})
add_custom_target(dist
COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD

View File

@ -14,7 +14,6 @@ class test_output(Common, unittest.TestCase):
args = list(args)
args.insert(0, os.path.join(self.TEST_DIR, 'test_output', input_file))
result = self.run_pdf2htmlEX(args)
print result
if expected_output_files:
self.assertItemsEqual(result['output_files'], expected_output_files)