summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Luther <SebastianLuther@gmx.de>2010-09-13 19:06:27 +0200
committerZac Medico <zmedico@gentoo.org>2010-09-13 10:16:04 -0700
commitee36efb132157192655753c53dbd1c78c74d4a58 (patch)
treee51904defbe6ec6c79634b3410c7e65a1fc209c0
parent811689f349a91b44448bc8e294903abf990eac45 (diff)
downloadportage-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.py1
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),