Merge pull request #133 from swt2c/fix_helpdlg_test

Fix helpdlg test
This commit is contained in:
Robin Dunn
2016-08-13 12:29:25 -07:00
committed by GitHub

View File

@@ -15,6 +15,7 @@ class helpdlg_Tests(wtc.WidgetTestCase):
data.AddBook(os.path.join(helpPath, 'testing.hhp'))
data.AddBook(os.path.join(helpPath, 'another.hhp'))
dlg = wx.html.HtmlHelpDialog(data)
dlg.Create(self.frame)
self.myYield()
dlg.Destroy()