mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20: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):
|
||||
p = pg.MultiChoiceProperty()
|
||||
p = pg.MultiChoiceProperty('label', 'name',
|
||||
strings=['The', 'Quick', 'Brown', 'Fox'],
|
||||
choices=['The', 'Quick', 'Brown', 'Fox'],
|
||||
value=['Brown', 'Fox'])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user