mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
issue #2959: enhance test, mainly to trigger Appveyor re-build
This commit is contained in:
parent
24ecfe315a
commit
928bea3002
|
@ -220,6 +220,7 @@ class TestFilePdf(PillowTestCase):
|
|||
self.assertEqual(pdf.info.Keywords, "keywords")
|
||||
self.assertEqual(pdf.info.Creator, "creator")
|
||||
self.assertEqual(pdf.info.Producer, "producer")
|
||||
self.check_pdf_pages_consistency(pdf)
|
||||
|
||||
def test_pdf_append_to_bytesio(self):
|
||||
im = hopper("RGB")
|
||||
|
|
Loading…
Reference in New Issue
Block a user