From bb83090afcd12893c301ef14869e84beda43ccb9 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 21 Jul 2011 21:15:09 +0200 Subject: Add the possibility to add (or not) unsupported fileformat to outputed archives fileformat (invasive patch, sorry about that). --- 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 91b71ca..f603f97 100644 --- a/test/clitest.py +++ b/test/clitest.py @@ -17,14 +17,14 @@ class Test_Remove_cli(test.MATTest): '''make sure that the cli remove all compromizing meta''' for clean, dirty in self.file_list: subprocess.call(['../cli.py', dirty]) - current_file = mat.create_class_file(dirty, False) + current_file = mat.create_class_file(dirty, False, True) self.assertTrue(current_file.is_clean()) def test_remove_empty(self): '''Test removal with clean files''' for clean, dirty in self.file_list: subprocess.call(['../cli.py', clean]) - current_file = mat.create_class_file(clean, False) + current_file = mat.create_class_file(clean, False, True) self.assertTrue(current_file.is_clean()) -- cgit v1.3