diff options
Diffstat (limited to 'tests/test_lightweight_cleaning.py')
| -rw-r--r-- | tests/test_lightweight_cleaning.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test_lightweight_cleaning.py b/tests/test_lightweight_cleaning.py index 9b33df4..4f3ce50 100644 --- a/tests/test_lightweight_cleaning.py +++ b/tests/test_lightweight_cleaning.py | |||
| @@ -23,11 +23,11 @@ class TestLightWeightCleaning(unittest.TestCase): | |||
| 23 | 'parser': images.JPGParser, | 23 | 'parser': images.JPGParser, |
| 24 | 'meta': {'Comment': 'Created with GIMP'}, | 24 | 'meta': {'Comment': 'Created with GIMP'}, |
| 25 | 'expected_meta': {}, | 25 | 'expected_meta': {}, |
| 26 | }, { | 26 | #}, { |
| 27 | 'name': 'webp', | 27 | # 'name': 'webp', |
| 28 | 'parser': images.WEBPParser, | 28 | # 'parser': images.WEBPParser, |
| 29 | 'meta': {'Warning': '[minor] Improper EXIF header'}, | 29 | # 'meta': {'Warning': '[minor] Improper EXIF header'}, |
| 30 | 'expected_meta': {}, | 30 | # 'expected_meta': {}, |
| 31 | }, { | 31 | }, { |
| 32 | 'name': 'torrent', | 32 | 'name': 'torrent', |
| 33 | 'parser': torrent.TorrentParser, | 33 | 'parser': torrent.TorrentParser, |
