mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Add versioned api to tests
This commit is contained in:
parent
86bda9a705
commit
c2818ee09e
|
@ -232,7 +232,8 @@ class TestFileLibTiff(LibTiffTestCase):
|
|||
orig.save(out)
|
||||
|
||||
reread = Image.open(out)
|
||||
self.assertEqual('temp.tif', reread.tag[269])
|
||||
self.assertEqual('temp.tif', reread.tag_v2[269])
|
||||
self.assertEqual('temp.tif', reread.tag[269][0])
|
||||
|
||||
def test_12bit_rawmode(self):
|
||||
""" Are we generating the same interpretation
|
||||
|
|
Loading…
Reference in New Issue
Block a user