using test file with known license

This commit is contained in:
wiredfool 2015-10-03 17:04:40 -07:00
parent 157df44e51
commit 5e670e9b70
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -150,7 +150,7 @@ class TestFileTiffMetadata(PillowTestCase):
def test_iccprofile(self):
# https://github.com/python-pillow/Pillow/issues/1462
im = Image.open('Tests/images/iccprofile.tiff')
im = Image.open('Tests/images/hopper.iccprofile.tif')
out = self.tempfile('temp.tiff')
im.save(out)