From: Alec Warner Date: Thu, 11 Jan 2007 21:18:03 +0000 (-0000) Subject: print the incorrect atom X-Git-Tag: v2.1.2~64 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=acc5d9c3421000d234c19ed3129a04f3decc589a;p=portage.git print the incorrect atom svn path=/main/trunk/; revision=5567 --- diff --git a/tests/portage_dep/test_isvalidatom.py b/tests/portage_dep/test_isvalidatom.py index 84225fa78..397b46c2e 100644 --- a/tests/portage_dep/test_isvalidatom.py +++ b/tests/portage_dep/test_isvalidatom.py @@ -33,4 +33,5 @@ class IsValidAtom(TestCase): else: atom_type = "invalid" - self.assertEqual( bool(isvalidatom( test[0] )), test[1] ) + self.assertEqual( bool(isvalidatom( test[0] )), test[1], + msg="isvalidatom(%s) != %s" % ( test[0], test[1] ) )