From d7dbb7e0f266bb24ab284a1e66d66e6a145d0901 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 11 Apr 2011 16:00:02 -0700 Subject: extract_affecting_use: test bug #363073 --- pym/portage/tests/dep/testExtractAffectingUSE.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pym/portage') diff --git a/pym/portage/tests/dep/testExtractAffectingUSE.py b/pym/portage/tests/dep/testExtractAffectingUSE.py index f998bbbb7..c37787d14 100644 --- a/pym/portage/tests/dep/testExtractAffectingUSE.py +++ b/pym/portage/tests/dep/testExtractAffectingUSE.py @@ -36,6 +36,9 @@ class TestExtractAffectingUSE(TestCase): ("a? ( A )", "B", []), ("a? ( || ( A B ) )", "B", ["a"]), + + # test USE dep defaults for bug #363073 + ("a? ( >=dev-lang/php-5.2[pcre(+)] )", ">=dev-lang/php-5.2[pcre(+)]", ["a"]), ) test_cases_xfail = ( -- cgit v1.2.3-1-g7c22