From 8f706abae07a6e9b44726a4707a22aa868132c96 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 17 Jul 2013 14:58:53 +0200 Subject: Remove lastest FIXME from tests ! --- test/libtest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/libtest.py b/test/libtest.py index 5b23587..9ab23d8 100644 --- a/test/libtest.py +++ b/test/libtest.py @@ -41,8 +41,7 @@ class TestListlib(test.MATTest): '''check if get_meta returns all the expected meta''' for _, dirty in self.file_list: current_file = MAT.mat.create_class_file(dirty, False, add2archive=True, low_pdf_quality=True) - #FIXME assertisNotNone() : python 2.7 - self.assertTrue(current_file.get_meta()) + self.assertIsNotNone(current_file.get_meta()) def testlist_list_empty(self): '''check that a listing of a clean file return an empty dict''' -- cgit v1.3