projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ac42d
)
Add test case for * operator with missing =.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 8 Sep 2009 18:15:38 +0000
(18:15 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 8 Sep 2009 18:15:38 +0000
(18:15 -0000)
svn path=/main/trunk/; revision=14220
pym/portage/tests/dep/test_isvalidatom.py
patch
|
blob
|
history
diff --git
a/pym/portage/tests/dep/test_isvalidatom.py
b/pym/portage/tests/dep/test_isvalidatom.py
index 9fa878e1f295d7e202cb913517d7237a61f07e3b..aa63ac1169a1f76b9069ad15ae732fbd63d14d6c 100644
(file)
--- 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