From 734ad13e264a23545d35ad4cabdc6988048366e8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 1 May 2012 15:11:26 -0400 Subject: Fix a pdf-related bug in the testsuite --- test/test.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/test.py') diff --git a/test/test.py b/test/test.py index 64072b8..f8c9207 100644 --- a/test/test.py +++ b/test/test.py @@ -26,12 +26,13 @@ try: # PDF render processing import poppler import cairo except: - FILE_LIST.remove(('clean.pdf', 'dirty.pdf')) + FILE_LIST.remove(('clean é.pdf', 'dirty é.pdf')) try: # python-mutagen : audio file format import mutagen except: - FILE_LIST.remove(('clean.ogg', 'dirty.ogg')) + pass # since wr don't have any ogg for now + #FILE_LIST.remove(('clean.ogg', 'dirty.ogg')) try: # file format managed by exiftool subprocess.Popen('exiftool', stdout=open('/dev/null')) -- cgit v1.3