From 7f947c1f847df7e51ec7a0168eaa8aa412d748e1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 18 Aug 2010 00:29:05 -0700 Subject: Add commented test case for a known regression. --- pym/portage/tests/dep/test_use_reduce.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pym') diff --git a/pym/portage/tests/dep/test_use_reduce.py b/pym/portage/tests/dep/test_use_reduce.py index f715f4dcf..3d89dbebd 100644 --- a/pym/portage/tests/dep/test_use_reduce.py +++ b/pym/portage/tests/dep/test_use_reduce.py @@ -169,6 +169,9 @@ class UseReduce(TestCase): UseReduceTestCase( "|| ( A B )", expected_result = [ "||", ["A", "B"] ]), + #UseReduceTestCase( + # "|| ( ( A B ) C )", + # expected_result = [ "||", [ ["A", "B"], "C"] ]), UseReduceTestCase( "|| ( A || ( B C ) )", expected_result = [ "||", ["A", "||", ["B", "C"]]]), -- cgit v1.2.3-1-g7c22