From: Zac Medico Date: Sat, 3 Feb 2007 05:20:05 +0000 (-0000) Subject: Make the tests pass. X-Git-Tag: v2.2_pre1~1760 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ab12075250291a3eeccf8104b0027bbc59da1a2f;p=portage.git Make the tests pass. svn path=/main/trunk/; revision=5876 --- diff --git a/pym/portage/tests/dep/test_isvalidatom.py b/pym/portage/tests/dep/test_isvalidatom.py index 88250e96c..2ba91b7cc 100644 --- a/pym/portage/tests/dep/test_isvalidatom.py +++ b/pym/portage/tests/dep/test_isvalidatom.py @@ -20,7 +20,7 @@ class IsValidAtom(TestCase): ( ">sys-apps/portage-2.1", True ), ( "~cate-gory/foo-1.0", False ), ( ">~category/foo-1.0", False ),