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:
Vadim Zeitlin
2014-09-23 17:42:29 +00:00
parent 8faa7c54d4
commit 31f0808ee2
6 changed files with 1 additions and 19 deletions

View File

@@ -204,15 +204,12 @@ public:
private:
CPPUNIT_TEST_SUITE( KeyboardEventTestCase );
// FIXME: this test will cause test_gui segmentation fault. Disable it for now.
#if !defined(__WXUNIVERSAL__) && !defined (__WXX11__)
CPPUNIT_TEST( NormalLetter );
CPPUNIT_TEST( NormalSpecial );
CPPUNIT_TEST( CtrlLetter );
CPPUNIT_TEST( CtrlSpecial );
CPPUNIT_TEST( ShiftLetter );
CPPUNIT_TEST( ShiftSpecial );
#endif
CPPUNIT_TEST_SUITE_END();
void NormalLetter();