diff options
| author | jvoisin | 2013-01-20 03:57:17 +0100 |
|---|---|---|
| committer | jvoisin | 2013-01-20 03:57:17 +0100 |
| commit | ac4110fbfc60b112836d0b279ae07ea9a779b16d (patch) | |
| tree | 2649b954ddb7fcfa15c5a7167907a27398008732 /test/clitest.py | |
| parent | 8427e8f4aff71a40ea6ba920608c38edd7ee6905 (diff) | |
preliminary support of gtk3 (one test fails for PDF)
Diffstat (limited to '')
| -rw-r--r-- | test/clitest.py | 1 |
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 | ||
