Turn on strict dep checking to fix the isvalidatom test (trunk r5926).
authorZac Medico <zmedico@gentoo.org>
Thu, 8 Feb 2007 02:40:57 +0000 (02:40 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 8 Feb 2007 02:40:57 +0000 (02:40 -0000)
svn path=/main/branches/2.1.2/; revision=5927

tests/portage_dep/test_isvalidatom.py

index ed66b34876803b5e1534b76a5a58671cd1f8571a..e0a4e21798757d2378d04c745f96694d7df21727 100644 (file)
@@ -5,6 +5,8 @@
 
 from unittest import TestCase
 from portage_dep import isvalidatom
+import portage_dep
+portage_dep._dep_check_strict = True
 
 class IsValidAtom(TestCase):
        """ A simple testcase for isvalidatom