Fix test file path

This commit is contained in:
hugovk 2014-06-23 21:31:32 +03:00
parent 66e667227a
commit 9d545442bd

View File

@ -2,7 +2,7 @@ from helper import unittest, PillowTestCase, tearDownModule
from PIL import Image from PIL import Image
test_file = "Images/lena.ppm" test_file = "Tests/images/lena.ppm"
ORIGINAL_LIMIT = Image.MAX_IMAGE_PIXELS ORIGINAL_LIMIT = Image.MAX_IMAGE_PIXELS