diff options
-rw-r--r-- | pym/portage/tests/dep/testExtractAffectingUSE.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 = ( |