diff options
| author | jvoisin | 2013-04-05 10:55:34 +0200 |
|---|---|---|
| committer | jvoisin | 2013-04-05 10:55:34 +0200 |
| commit | 3d8e11ce644833106f22778f3171c52a51ff69fe (patch) | |
| tree | d1d1476407abbba27e9e365da3fe7fee2ca4022a /test | |
| parent | b2ff71a5626b0c955db15fe21426f71150fe7fda (diff) | |
Pdf support is back
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.py b/test/test.py index 7becd5b..ef1c768 100644 --- a/test/test.py +++ b/test/test.py | |||
| @@ -43,7 +43,7 @@ try: # file format exclusively managed by exiftool | |||
| 43 | except OSError: | 43 | except OSError: |
| 44 | pass # None for now | 44 | pass # None for now |
| 45 | 45 | ||
| 46 | FILE_LIST.remove(('clean é.pdf', 'dirty é.pdf')) | 46 | #FILE_LIST.remove(('clean é.pdf', 'dirty é.pdf')) |
| 47 | #FILE_LIST.remove(('clean é.tar', 'dirty é.tar')) | 47 | #FILE_LIST.remove(('clean é.tar', 'dirty é.tar')) |
| 48 | FILE_LIST.remove(('clean é.tar.gz', 'dirty é.tar.gz')) | 48 | FILE_LIST.remove(('clean é.tar.gz', 'dirty é.tar.gz')) |
| 49 | #FILE_LIST.remove(('clean é.tar.bz2', 'dirty é.tar.bz2')) | 49 | #FILE_LIST.remove(('clean é.tar.bz2', 'dirty é.tar.bz2')) |
