Revert "temporary disable PCX P mode test due to errors in codec"

This reverts commit afff487084.
This commit is contained in:
homm 2016-08-07 13:48:01 +03:00
parent 993e49c0be
commit 1b54e01736

View File

@ -32,8 +32,6 @@ class TestFilePcx(PillowTestCase):
for mode in ('1', 'L', 'P', 'RGB'):
# larger, odd sized images are better here to ensure that
# we handle interrupted scan lines properly.
if mode == 'P':
continue
self._roundtrip(hopper(mode).resize((511, 511)))
def test_pil184(self):