diff options
| author | jvoisin | 2011-06-18 02:32:47 +0200 |
|---|---|---|
| committer | jvoisin | 2011-06-18 02:32:47 +0200 |
| commit | 0523e034870ed80cc3916ebb78552d661de4d3b0 (patch) | |
| tree | d0f0670a3bb333baaf0c584c596fc11448fe94e8 /libtest.py | |
| parent | b1dab4c844e2fae4909eca47c2b42698d12c55fc (diff) | |
Deletion of the get_harmful_meta part (was useless)
Diffstat (limited to '')
| -rwxr-xr-x | libtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -30,7 +30,7 @@ class Test_List_lib(test.MATTest): | |||
| 30 | for clean, dirty in self.file_list: | 30 | for clean, dirty in self.file_list: |
| 31 | current_file = mat.create_class_file(dirty) | 31 | current_file = mat.create_class_file(dirty) |
| 32 | meta_list = dict({"fixme":"please"},) | 32 | meta_list = dict({"fixme":"please"},) |
| 33 | self.assertDictEqual(current_file.get_meta(), meta_list) | 33 | self.assertEqual(current_file.get_meta(), meta_list) |
| 34 | 34 | ||
| 35 | def testlist_list_empty(self): | 35 | def testlist_list_empty(self): |
| 36 | '''check that a listing of a clean file return an empty dict''' | 36 | '''check that a listing of a clean file return an empty dict''' |
