diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2010-11-15 23:38:31 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2010-11-15 23:38:31 +0000 |
| commit | fd311753838d4d6bf0f263a9300619baaf53c15c (patch) | |
| tree | 86c777ef636f13239ffd35c22036f70b7a840514 /pym | |
| parent | f9d4890b9dd13cc6c4ac3426e2e4beca0da79705 (diff) | |
| download | gentoolkit-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.py | 2 |
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', |
