Turn off the test case for normal use
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,7 +21,7 @@ class TestPanel(wxPanel):
|
||||
EVT_BUTTON(self, 20, self.OnClick)
|
||||
b.SetToolTipString("This is a Hello button...")
|
||||
|
||||
if 1: # a test case for catching wxPyAssertionError
|
||||
if 0: # a test case for catching wxPyAssertionError
|
||||
|
||||
#wxGetApp().SetAssertMode(wxPYAPP_ASSERT_SUPPRESS)
|
||||
#wxGetApp().SetAssertMode(wxPYAPP_ASSERT_EXCEPTION)
|
||||
|
Reference in New Issue
Block a user