Fix failing test, caused by uncommenting the has module
authorfuzzyray <fuzzyray@gentoo.org>
Mon, 15 Nov 2010 23:38:31 +0000 (23:38 -0000)
committerfuzzyray <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

index 996cade8e0e82bb23bad8a6baf20958cb9986529..31da63508ce5bc11b4cb012267c35e0426f573d5 100644 (file)
@@ -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',