diff --git a/Tests/images/hopper.ras b/Tests/images/hopper.ras new file mode 100644 index 000000000..70f3c80d0 Binary files /dev/null and b/Tests/images/hopper.ras differ diff --git a/Tests/images/lena.ras b/Tests/images/lena.ras deleted file mode 100644 index b5893e758..000000000 Binary files a/Tests/images/lena.ras and /dev/null differ diff --git a/Tests/test_file_sun.py b/Tests/test_file_sun.py index c52564f91..332104062 100644 --- a/Tests/test_file_sun.py +++ b/Tests/test_file_sun.py @@ -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)