mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Fix VLBox test - need to wait a little longer
This commit is contained in:
@@ -22,7 +22,7 @@ class vlbox_Tests(wtc.WidgetTestCase):
|
||||
lb = MyVListBox(panel, pos=(10,10), size=(100,150), style=wx.BORDER_THEME)
|
||||
lb.data = ['zero', 'one two', 'three four', 'five six', 'seven eight', 'nine ten']
|
||||
lb.SetItemCount(len(lb.data))
|
||||
self.waitFor(50)
|
||||
self.waitFor(100)
|
||||
|
||||
# check the ItemCount property
|
||||
self.assertEqual(len(lb.data), lb.ItemCount)
|
||||
|
||||
Reference in New Issue
Block a user