mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-29 02:03:25 +03:00
Replace lena.ras with hopper.ras, created with ImageMagick: convert hopper.jpg hopper.ras
This commit is contained in:
parent
53a04a4118
commit
4a243e90bc
BIN
Tests/images/hopper.ras
Normal file
BIN
Tests/images/hopper.ras
Normal file
Binary file not shown.
Binary file not shown.
|
@ -7,8 +7,8 @@ class TestFileSun(PillowTestCase):
|
||||||
|
|
||||||
def test_sanity(self):
|
def test_sanity(self):
|
||||||
# Arrange
|
# Arrange
|
||||||
# Created with ImageMagick: convert lena.ppm lena.ras
|
# Created with ImageMagick: convert hopper.jpg hopper.ras
|
||||||
test_file = "Tests/images/lena.ras"
|
test_file = "Tests/images/hopper.ras"
|
||||||
|
|
||||||
# Act
|
# Act
|
||||||
im = Image.open(test_file)
|
im = Image.open(test_file)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user