Merge pull request #129 from swt2c/fix_event_tests_crash

Fix crash when running event tests
This commit is contained in:
Robin Dunn
2016-08-09 22:28:30 -07:00
committed by GitHub

View File

@@ -45,6 +45,7 @@ class Events(unittest.TestCase):
evt = wx.FocusEvent()
def test_HelpEvent_ctor(self):
app = wx.App()
evt = wx.HelpEvent()
def test_IconizeEvent_ctor(self):