mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
issue #2959: fix broken test
This commit is contained in:
parent
95f5c8d4ff
commit
f9566877f3
|
@ -174,9 +174,6 @@ class TestFilePdf(PillowTestCase):
|
||||||
im.save(f, format="PDF", append=True)
|
im.save(f, format="PDF", append=True)
|
||||||
self.assertGreater(len(f.getvalue()), initial_size)
|
self.assertGreater(len(f.getvalue()), initial_size)
|
||||||
|
|
||||||
def test_pdf_parser(self):
|
|
||||||
pdfParser.selftest()
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user