From bd55b8baf191e66f79b9c44391570d6554d75f85 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Thu, 14 Mar 2013 16:06:20 -0700 Subject: [PATCH 1/2] End 'Make' tag with null byte --- Tests/images/pport_g4.tif | Bin 224492 -> 224492 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Tests/images/pport_g4.tif b/Tests/images/pport_g4.tif index 890e21318764987077649c1d598a3aed63691a84..8268d398d4383e71570e38b1750392505b0bf0d4 100644 GIT binary patch delta 23 fcmaEJllRR{-i8*&7N#xC%VQZCwy%g~cHsvAfT9Tg delta 23 fcmaEJllRR{-i8*&7N#xC%VQb;Z(kA1?7|NKhnorg From 5f54802ea7ef1d36ef5ad2f339fcca4b7a900521 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Thu, 14 Mar 2013 16:12:57 -0700 Subject: [PATCH 2/2] Enable test_file_tiff --- Tests/run.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Tests/run.py b/Tests/run.py index 8ce2e714a..7b4f1ac48 100644 --- a/Tests/run.py +++ b/Tests/run.py @@ -36,10 +36,6 @@ success = failure = 0 include = [x for x in sys.argv[1:] if x[:2] != "--"] skipped = [] -# XXX Skip test, is there a better way? -files.remove(os.path.join('Tests', 'test_file_tiff.py')) -skipped.append('test_file_tiff') - python_options = " ".join(python_options) tester_options = " ".join(tester_options)