mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Merge pull request #129 from swt2c/fix_event_tests_crash
Fix crash when running event tests
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user