mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Show and Destroy the test dialogs on Macs, yield after update, and more test fixes
This commit is contained in:
@@ -20,6 +20,10 @@ class dialog_Tests(wtc.WidgetTestCase):
|
||||
dlg.Destroy()
|
||||
self.assertTrue(val == wx.ID_OK)
|
||||
self.myYield()
|
||||
else:
|
||||
dlg.Show()
|
||||
dlg.Destroy()
|
||||
self.myYield()
|
||||
|
||||
|
||||
def test_dialogDefaultCtor(self):
|
||||
|
||||
Reference in New Issue
Block a user