Replace lena.psd with hopper.psd

This commit is contained in:
Hugo 2014-09-23 13:53:51 +03:00
parent b60a06e59a
commit 468cea1be0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -3,7 +3,7 @@ from helper import unittest, PillowTestCase
from PIL import Image
# sample ppm stream
file = "Tests/images/lena.psd"
file = "Tests/images/hopper.psd"
data = open(file, "rb").read()