From 5fd8f1dbb84370c90343e5112951ef5cbea0e3c7 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 25 Dec 2012 01:48:38 +0100 Subject: Partial fix of the testsuite --- test/clitest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/clitest.py') diff --git a/test/clitest.py b/test/clitest.py index 0b041b9..bc0a7fd 100644 --- a/test/clitest.py +++ b/test/clitest.py @@ -22,14 +22,14 @@ class TestRemovecli(test.MATTest): '''make sure that the cli remove all compromizing meta''' for _, dirty in self.file_list: subprocess.call(['../mat', dirty]) - current_file = mat.create_class_file(dirty, False, True) + current_file = mat.create_class_file(dirty, False, add2archive=True, low_pdf_quality=True) self.assertTrue(current_file.is_clean()) def test_remove_empty(self): '''Test removal with clean files''' for clean, _ in self.file_list: subprocess.call(['../mat', clean]) - current_file = mat.create_class_file(clean, False, True) + current_file = mat.create_class_file(clean, False, add2archive=True, low_pdf_quality=True) self.assertTrue(current_file.is_clean()) -- cgit v1.3