From: Zac Medico Date: Thu, 14 Oct 2010 19:27:16 +0000 (-0700) Subject: Add a simpler non-working use_reduce test. X-Git-Tag: v2.2_rc97~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65f528c4627ffeb82b7cd6c37a1e83414636454c;p=portage.git Add a simpler non-working use_reduce test. --- diff --git a/pym/portage/tests/dep/test_use_reduce.py b/pym/portage/tests/dep/test_use_reduce.py index 5fd5034cd..05c580646 100644 --- a/pym/portage/tests/dep/test_use_reduce.py +++ b/pym/portage/tests/dep/test_use_reduce.py @@ -362,6 +362,11 @@ class UseReduce(TestCase): # opconvert = False, # expected_result = ['||', [['A', 'B'], 'C', 'D']]), + # ['||', [['A', 'B'], '||', ['C', 'D']]] != ['||', [['A', 'B'], 'C', 'D']] + #UseReduceTestCase( + # "|| ( ( A B ) || ( C D ) )", + # expected_result = ['||', [['A', 'B'], 'C', 'D']]), + #flat test UseReduceTestCase( "A",