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:
+1
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user