summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-09-08 18:15:38 +0000
committerZac Medico <zmedico@gentoo.org>2009-09-08 18:15:38 +0000
commit8a6db5954b9ea88288106f5af358e60d49f05e5a (patch)
treeec36b78f7f3eaa99ca2e6a8f731a942acf0fba60 /pym
parent90ac42dc0dc21eebbd576a1a63fac9e72bdc1f90 (diff)
downloadportage-8a6db5954b9ea88288106f5af358e60d49f05e5a.tar.gz
portage-8a6db5954b9ea88288106f5af358e60d49f05e5a.tar.bz2
portage-8a6db5954b9ea88288106f5af358e60d49f05e5a.zip
Add test case for * operator with missing =.
svn path=/main/trunk/; revision=14220
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/tests/dep/test_isvalidatom.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/tests/dep/test_isvalidatom.py b/pym/portage/tests/dep/test_isvalidatom.py
index 9fa878e1f..aa63ac116 100644
--- a/pym/portage/tests/dep/test_isvalidatom.py
+++ b/pym/portage/tests/dep/test_isvalidatom.py
@@ -62,6 +62,7 @@ class IsValidAtom(TestCase):
( ">=null/portage-2.1", True ),
( "~null/portage-2.1", True ),
( "=null/portage-2.1*", True ),
+ ( "null/portage-2.1*", False ),
# These are invalid because pkg name must not end in hyphen
# followed by numbers