From: Zac Medico Date: Tue, 8 Sep 2009 18:15:38 +0000 (-0000) Subject: Add test case for * operator with missing =. X-Git-Tag: v2.2_rc41~48 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8a6db5954b9ea88288106f5af358e60d49f05e5a;p=portage.git Add test case for * operator with missing =. svn path=/main/trunk/; revision=14220 --- 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