Tests: Add use_reduce test case for bug 120374
authorSebastian Luther <SebastianLuther@gmx.de>
Mon, 13 Sep 2010 17:06:27 +0000 (19:06 +0200)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Sep 2010 17:16:04 +0000 (10:16 -0700)
pym/portage/tests/dep/test_use_reduce.py

index 000ed4b240c3082b0b1da8549b3c625da8db4893..34ddc8bfcd149cb547fb2cb520f1892aec84a366 100644 (file)
@@ -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),