Replace lena.ras with hopper.ras, created with ImageMagick: convert hopper.jpg hopper.ras

This commit is contained in:
hugovk 2014-09-04 12:59:03 +03:00
parent 53a04a4118
commit 4a243e90bc
3 changed files with 2 additions and 2 deletions

BIN
Tests/images/hopper.ras Normal file

Binary file not shown.

Binary file not shown.

View File

@ -7,8 +7,8 @@ class TestFileSun(PillowTestCase):
def test_sanity(self):
# Arrange
# Created with ImageMagick: convert lena.ppm lena.ras
test_file = "Tests/images/lena.ras"
# Created with ImageMagick: convert hopper.jpg hopper.ras
test_file = "Tests/images/hopper.ras"
# Act
im = Image.open(test_file)