From 358236d3141db29fe57ae35812de51dea1c33689 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 23 Nov 2011 12:22:37 +0100 Subject: Modular test --- TODO | 6 +----- test/test.py | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/TODO b/TODO index a1fb57e..e828e47 100644 --- a/TODO +++ b/TODO @@ -3,9 +3,6 @@ GENERAL: the ultimate goal is to remove all "harmful meta" stuff - Fix the ugly function get_sharedir - - a better external app handling - - cleaning a file (mat-gui) in a directory where you have no write permission : - pretends a cleaned file was created which is wrong ! TESTSUITE: - return code ? @@ -18,10 +15,9 @@ DOCUMENTATION: GUI: - Drag and Drop - - Fix the statusbar - display harmrful meta per file FORMATS - microsoft office < 2007 (ugly and insane) - fix zip (fix python's ziplib) - - video's format ? + - videos format ? diff --git a/test/test.py b/test/test.py index 5c1d9fd..191e06e 100644 --- a/test/test.py +++ b/test/test.py @@ -30,7 +30,6 @@ except: try: # python-mutagen : audio file format import mutagen except: - FILE_LIST.remove(('clean.mp3'), ('dirty.mp3')) FILE_LIST.remove(('clean.ogg'), ('dirty.ogg')) try: # file format managed by exiftool -- cgit v1.3