mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Fix test
This commit is contained in:
parent
ec3f1a5681
commit
5342390fd2
|
@ -44,8 +44,9 @@ class TestFileJpeg(PillowTestCase):
|
|||
im = Image.open(TEST_FILE)
|
||||
self.assertEqual(
|
||||
im.applist[0],
|
||||
("APP0", b"JFIF\x00\x01\x01\x00\x00\x01\x00\x01\x00\x00"))
|
||||
self.assertEqual(im.applist[1], ("COM", b"Python Imaging Library"))
|
||||
("APP0", b"JFIF\x00\x01\x01\x01\x00`\x00`\x00\x00"))
|
||||
self.assertEqual(im.applist[1], (
|
||||
"COM", b"File written by Adobe Photoshop\xa8 4.0\x00"))
|
||||
self.assertEqual(len(im.applist), 2)
|
||||
|
||||
def test_cmyk(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user