diff --git a/Tests/images/pport_g4.tif b/Tests/images/pport_g4.tif index 890e21318..8268d398d 100644 Binary files a/Tests/images/pport_g4.tif and b/Tests/images/pport_g4.tif differ 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)