projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9d4890
)
Fix failing test, caused by uncommenting the has module
author
fuzzyray
<fuzzyray@gentoo.org>
Mon, 15 Nov 2010 23:38:31 +0000
(23:38 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Mon, 15 Nov 2010 23:38:31 +0000
(23:38 -0000)
svn path=/trunk/gentoolkit/; revision=848
pym/gentoolkit/test/equery/test_init.py
patch
|
blob
|
history
diff --git
a/pym/gentoolkit/test/equery/test_init.py
b/pym/gentoolkit/test/equery/test_init.py
index 996cade8e0e82bb23bad8a6baf20958cb9986529..31da63508ce5bc11b4cb012267c35e0426f573d5 100644
(file)
--- a/
pym/gentoolkit/test/equery/test_init.py
+++ b/
pym/gentoolkit/test/equery/test_init.py
@@
-17,7
+17,7
@@
class TestEqueryInit(unittest.TestCase):
def test_expand_module_name(self):
# Test that module names are properly expanded
name_map = {
-
#
'a': 'has',
+ 'a': 'has',
'b': 'belongs',
'c': 'changes',
'k': 'check',