branch | oldstable |
changeset 8462 | a14b6562082b |
parent 7791 | 31bb51ea5485 |
child 8537 | e30d0a7f0087 |
--- a/test/unittest_cwconfig.py Tue Feb 14 15:14:22 2012 +0100 +++ b/test/unittest_cwconfig.py Tue Jul 10 15:07:23 2012 +0200 @@ -123,7 +123,7 @@ self.assertEqual(self.config.cubes_search_path(), [CUSTOM_CUBES_DIR, self.config.CUBES_DIR]) - self.failUnless('mycube' in self.config.available_cubes()) + self.assertTrue('mycube' in self.config.available_cubes()) # test cubes python path self.config.adjust_sys_path() import cubes