Test case: No longer using JHOVE

So JHOVE will not claim this is an invalid PDF and we should see it
reported as valid.
This commit is contained in:
James R. Barlow
2015-09-05 01:12:33 -07:00
parent 281eafada0
commit 7ed60429b3
+1 -3
View File
@@ -154,9 +154,7 @@ def test_override_metadata():
'--author', chinese,
'--subject', high_unicode)
if p.returncode == ExitCode.invalid_output_pdfa:
print("Got invalid PDF return code, as expected - JHOVE bug")
assert p.returncode in (ExitCode.ok, ExitCode.invalid_output_pdfa)
assert p.returncode == ExitCode.ok
pdf = output_file