mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Fix wx.propgrib.MultiChoiceProperty test
This commit is contained in:
@@ -50,7 +50,7 @@ class propgridadvprops_Tests(wtc.WidgetTestCase):
|
|||||||
def test_propgridadvprops09(self):
|
def test_propgridadvprops09(self):
|
||||||
p = pg.MultiChoiceProperty()
|
p = pg.MultiChoiceProperty()
|
||||||
p = pg.MultiChoiceProperty('label', 'name',
|
p = pg.MultiChoiceProperty('label', 'name',
|
||||||
strings=['The', 'Quick', 'Brown', 'Fox'],
|
choices=['The', 'Quick', 'Brown', 'Fox'],
|
||||||
value=['Brown', 'Fox'])
|
value=['Brown', 'Fox'])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user