From 3704db0b04727fdd73075d314f70367147e69c61 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 14 Dec 2012 11:36:11 +0100 Subject: Verify that the quirky symbol still gets the choice as its parent. C is not a "proper" symbol of the choice. --- testsuite.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite.py') diff --git a/testsuite.py b/testsuite.py index f9378f9..917bfe8 100644 --- a/testsuite.py +++ b/testsuite.py @@ -623,6 +623,7 @@ def run_selftests(): verify(A.get_parent() is None, "A should not have a parent") verify(B.get_parent() is choice_1, "B's parent should be the first choice") + verify(C.get_parent() is choice_1, "C's parent should be the first choice") verify(E.get_parent() is menu_1, "E's parent should be the first menu") verify(E.get_parent().get_parent() is None, "E's grandparent should be None") -- cgit v1.2.3