mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-05 14:10:52 +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)
|
orig.save(out)
|
||||||
|
|
||||||
reread = Image.open(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):
|
def test_12bit_rawmode(self):
|
||||||
""" Are we generating the same interpretation
|
""" Are we generating the same interpretation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user