Test for ICO corrected

This commit is contained in:
kostya0shift 2013-06-05 21:38:20 +04:00
parent 738a1dd777
commit 78565ea3f1

View File

@ -9,6 +9,6 @@ data = open(file, "rb").read()
def test_sanity():
im = Image.open(file)
im.load()
assert_equal(im.mode, "P")
assert_equal(im.mode, "RGBA")
assert_equal(im.size, (16, 16))
assert_equal(im.format, "ICO")