From 0654d6d093f8e78033b9dcafcb52bbdcd92aed0c Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 16 Feb 2010 02:02:18 +0100 Subject: test/tc_commandlist: removed obsolete test --- test/tc_commandlist.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'test/tc_commandlist.py') diff --git a/test/tc_commandlist.py b/test/tc_commandlist.py index f00805e8..12f78b14 100644 --- a/test/tc_commandlist.py +++ b/test/tc_commandlist.py @@ -43,12 +43,14 @@ class Test(TestCase): self.assertEqual(dmy, cl['aaa']) self.assertEqual(fnc, cl['aaaa'].execute) - hint_text = 'some tip blablablba' - cl.hint(hint_text, 'aa') - cl.rebuild_paths() + # Hints work different now. Since a rework of this system + # is planned anyway, there is no need to fix the test. + # hint_text = 'some tip blablablba' + # cl.hint(hint_text, 'aa') + # cl.rebuild_paths() self.assertEqual(dmy, cl['a']) - self.assertEqual(hint_text, cl['aa'].text) + # self.assertEqual(hint_text, cl['aa'].text) self.assertEqual(dmy, cl['aaa']) self.assertEqual(fnc, cl['aaaa'].execute) -- cgit 1.4.1-2-gfad0