From b8f69d2167191301f5d024302467fe21f86c7d35 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 11 Jan 2022 02:36:46 +0100 Subject: [PATCH] Enable test for wxEVT_SHOW for non-MSW platforms too This test does pass with wxGTK, so run it there. --- tests/controls/windowtest.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/controls/windowtest.cpp b/tests/controls/windowtest.cpp index ac9b777c94..563af79db4 100644 --- a/tests/controls/windowtest.cpp +++ b/tests/controls/windowtest.cpp @@ -54,8 +54,6 @@ protected: wxDECLARE_NO_COPY_CLASS(WindowTestCase); }; -#if defined(__WXMSW__) - static void DoTestShowHideEvent(wxWindow* window) { EventCounter show(window, wxEVT_SHOW); @@ -89,8 +87,6 @@ TEST_CASE_METHOD(WindowTestCase, "Window::ShowHideEvent", "[window]") } } -#endif // __WXMSW__ - TEST_CASE_METHOD(WindowTestCase, "Window::KeyEvent", "[window]") { #if wxUSE_UIACTIONSIMULATOR