reenable this tests under wxUniv/x11 port. EventPropagationTestCase::MenuEvent cause the problem, not these. MenuEvent will be fixed later
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -89,10 +89,7 @@ private:
|
||||
CPPUNIT_TEST( RadioItems );
|
||||
CPPUNIT_TEST( RemoveAdd );
|
||||
CPPUNIT_TEST( ChangeBitmap );
|
||||
// FIXME: this test will cause test_gui segmentation fault. Disable it for now.
|
||||
#if !defined(__WXUNIVERSAL__) && !defined (__WXX11__)
|
||||
WXUISIM_TEST( Events );
|
||||
#endif
|
||||
CPPUNIT_TEST_SUITE_END();
|
||||
|
||||
void CreateFrame();
|
||||
|
Reference in New Issue
Block a user