git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-08-10 07:04:02 +00:00
parent d755518068
commit 5b964d9f8b

View File

@@ -105,7 +105,7 @@ class lib_agw_customtreectrl_Tests(wtc.WidgetTestCase):
tree.DeleteAllItems()
self.assertTrue(tree.GetCount() == 0)
if sys.platform == 'darwin':
# On Mac the scrollbars and the gropper between them on
# On Mac the scrollbars and the gripper between them on
# ScrolledWindows are also wx widgets, so they are in the
# children list.
self.assertEqual(len(tree.GetChildren()), 3)