summaryrefslogtreecommitdiff
path: root/test/clitest.py
diff options
context:
space:
mode:
authorjvoisin2013-04-05 11:00:47 +0200
committerjvoisin2013-04-05 11:00:47 +0200
commit8516bb77f86ebdcedb1e64f56f9acd673027ddcb (patch)
treea93079693531263dfc5802ea42313c53dcaa0493 /test/clitest.py
parent861996f614950c7061097a049efd56f5a0a4b6a5 (diff)
parent3d8e11ce644833106f22778f3171c52a51ff69fe (diff)
Merge branches 'gi_jack' and 'gtk3'
Conflicts: mat-gui
Diffstat (limited to 'test/clitest.py')
-rw-r--r--test/clitest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/clitest.py b/test/clitest.py
index bc0a7fd..cfda322 100644
--- a/test/clitest.py
+++ b/test/clitest.py
@@ -21,7 +21,6 @@ class TestRemovecli(test.MATTest):
21 def test_remove(self): 21 def test_remove(self):
22 '''make sure that the cli remove all compromizing meta''' 22 '''make sure that the cli remove all compromizing meta'''
23 for _, dirty in self.file_list: 23 for _, dirty in self.file_list:
24 subprocess.call(['../mat', dirty])
25 current_file = mat.create_class_file(dirty, False, add2archive=True, low_pdf_quality=True) 24 current_file = mat.create_class_file(dirty, False, add2archive=True, low_pdf_quality=True)
26 self.assertTrue(current_file.is_clean()) 25 self.assertTrue(current_file.is_clean())
27 26