mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user