From 7a0afd5cfef2bc334178016722ce752b1d737f10 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 4 Oct 2002 02:11:56 +0000 Subject: [PATCH] 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 --- wxPython/demo/wxButton.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/demo/wxButton.py b/wxPython/demo/wxButton.py index b81618718a..1021b96c45 100644 --- a/wxPython/demo/wxButton.py +++ b/wxPython/demo/wxButton.py @@ -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)