summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-02-16 02:02:18 +0100
committerhut <hut@lavabit.com>2010-02-16 02:02:18 +0100
commit0654d6d093f8e78033b9dcafcb52bbdcd92aed0c (patch)
tree08a9b1bd92b1cdebb93a81fcdad7bcad476ba116 /test
parent8f50c0045fb1f737c6ef8f99f665adac0915e3a0 (diff)
downloadranger-0654d6d093f8e78033b9dcafcb52bbdcd92aed0c.tar.gz
test/tc_commandlist: removed obsolete test
Diffstat (limited to 'test')
-rw-r--r--test/tc_commandlist.py10
1 files changed, 6 insertions, 4 deletions
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)
 
dwm/blame/README?id=c3eca4d14fb5e607d16166e2ecbf8bcb980421d5'>^
1076f2b
650a1fb ^
01a8d44 ^
650a1fb ^
1076f2b
650a1fb ^
1076f2b
650a1fb ^
1076f2b

650a1fb ^
1076f2b
eff4478 ^
1076f2b
7b5638f ^

98c6a92 ^
1147546 ^
98c6a92 ^
c99fe7d ^
6d209b9 ^
6784429 ^
98c6a92 ^
7b5638f ^
1076f2b

dc5c070 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51