mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +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):
|
||||
# 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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user