From: fuzzyray Date: Mon, 15 Nov 2010 23:38:31 +0000 (-0000) Subject: Fix failing test, caused by uncommenting the has module X-Git-Tag: gentoolkit-0.3.0_rc11~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fd311753838d4d6bf0f263a9300619baaf53c15c;p=gentoolkit.git Fix failing test, caused by uncommenting the has module svn path=/trunk/gentoolkit/; revision=848 --- 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',