diff options
author | Sebastian Luther <SebastianLuther@gmx.de> | 2010-09-13 19:06:27 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-09-13 10:16:04 -0700 |
commit | ee36efb132157192655753c53dbd1c78c74d4a58 (patch) | |
tree | e51904defbe6ec6c79634b3410c7e65a1fc209c0 | |
parent | 811689f349a91b44448bc8e294903abf990eac45 (diff) | |
download | portage-ee36efb132157192655753c53dbd1c78c74d4a58.tar.gz portage-ee36efb132157192655753c53dbd1c78c74d4a58.tar.bz2 portage-ee36efb132157192655753c53dbd1c78c74d4a58.zip |
Tests: Add use_reduce test case for bug 120374
-rw-r--r-- | pym/portage/tests/dep/test_use_reduce.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/tests/dep/test_use_reduce.py b/pym/portage/tests/dep/test_use_reduce.py index 000ed4b24..34ddc8bfc 100644 --- a/pym/portage/tests/dep/test_use_reduce.py +++ b/pym/portage/tests/dep/test_use_reduce.py @@ -460,6 +460,7 @@ class UseReduce(TestCase): UseReduceTestCase("( || ( || || ( A ) foo? ( B ) ) )"), UseReduceTestCase("( || ( || bar? ( A ) foo? ( B ) ) )"), UseReduceTestCase("foo?"), + UseReduceTestCase("foo? || ( A )"), #SRC_URI stuff UseReduceTestCase("http://foo/bar -> blah.tbz2", is_src_uri = True, eapi = EAPI_WITHOUT_SRC_URI_ARROWS), |