diff options
Diffstat (limited to 'tests/test_libmat2.py')
| -rw-r--r-- | tests/test_libmat2.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_libmat2.py b/tests/test_libmat2.py index 4751aa4..4b36270 100644 --- a/tests/test_libmat2.py +++ b/tests/test_libmat2.py | |||
| @@ -31,6 +31,5 @@ class TestCleaning(unittest.TestCase): | |||
| 31 | self.assertTrue(ret) | 31 | self.assertTrue(ret) |
| 32 | 32 | ||
| 33 | p = pdf.PDFParser('./tests/data/clean.pdf.cleaned') | 33 | p = pdf.PDFParser('./tests/data/clean.pdf.cleaned') |
| 34 | remaining_meta = {'creator': 'cairo 1.14.10 (http://cairographics.org)', | 34 | expected_meta = {'creation-date': -1, 'format': 'PDF-1.5', 'mod-date': -1} |
| 35 | 'producer': 'cairo 1.14.10 (http://cairographics.org)'} | 35 | self.assertEqual(p.get_meta(), expected_meta) |
| 36 | self.assertEqual(p.get_meta(), remaining_meta) | ||
