summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2010-11-15 23:38:31 +0000
committerfuzzyray <fuzzyray@gentoo.org>2010-11-15 23:38:31 +0000
commitfd311753838d4d6bf0f263a9300619baaf53c15c (patch)
tree86c777ef636f13239ffd35c22036f70b7a840514 /pym
parentf9d4890b9dd13cc6c4ac3426e2e4beca0da79705 (diff)
downloadgentoolkit-fd311753838d4d6bf0f263a9300619baaf53c15c.tar.gz
Fix failing test, caused by uncommenting the has module
svn path=/trunk/gentoolkit/; revision=848
Diffstat (limited to 'pym')
-rw-r--r--pym/gentoolkit/test/equery/test_init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/gentoolkit/test/equery/test_init.py b/pym/gentoolkit/test/equery/test_init.py
index 996cade..31da635 100644
--- 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',