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:
Robin Dunn
2002-10-04 02:11:56 +00:00
parent 7fbab51529
commit 7a0afd5cfe

View File

@@ -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)