From 85e39abd03c2d3d272d2cc5bfdb08d50aa10e445 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 22 May 2011 02:05:15 -0700 Subject: ambiguous_merge_order: set match = False more --- pym/portage/tests/resolver/ResolverPlayground.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pym/portage/tests/resolver/ResolverPlayground.py b/pym/portage/tests/resolver/ResolverPlayground.py index 48ce6e74a..39576f1ae 100644 --- a/pym/portage/tests/resolver/ResolverPlayground.py +++ b/pym/portage/tests/resolver/ResolverPlayground.py @@ -548,12 +548,14 @@ class ResolverPlaygroundTestCase(object): if got_token == expected_obj: continue # result doesn't match, so stop early + match = False break expected_obj = set(expected_obj) try: expected_obj.remove(got_token) except KeyError: # result doesn't match, so stop early + match = False break new_expected.append(got_token) while got_stack and expected_obj: -- cgit v1.2.3-1-g7c22