From fd311753838d4d6bf0f263a9300619baaf53c15c Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Mon, 15 Nov 2010 23:38:31 +0000 Subject: Fix failing test, caused by uncommenting the has module svn path=/trunk/gentoolkit/; revision=848 --- pym/gentoolkit/test/equery/test_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.3