From 247ee328b3c9db3d39a38579c72930a3b4011359 Mon Sep 17 00:00:00 2001 From: ali kettab Date: Sat, 25 Jul 2020 12:14:42 +0100 Subject: [PATCH] remove workaround from BitmapComboBoxTestCase --- tests/controls/bitmapcomboboxtest.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tests/controls/bitmapcomboboxtest.cpp b/tests/controls/bitmapcomboboxtest.cpp index 0ae29e3457..2a011b3869 100644 --- a/tests/controls/bitmapcomboboxtest.cpp +++ b/tests/controls/bitmapcomboboxtest.cpp @@ -59,19 +59,6 @@ private: void Bitmap(); -#if defined(__WXGTK__) && wxUSE_UIACTIONSIMULATOR - virtual void SimSelect() wxOVERRIDE - { - // There is an inexplicable and locally irreproducible failure in this - // test for wxBitmapComboBox when it runs on the Linux buildbot slaves: - // wxUIActionSimulator::Select() fails there for some reason, so skip - // the test. If you ever manage to reproduce this locally, please try - // to debug it to understand what goes on! - if ( !IsAutomaticTest() ) - ItemContainerTestCase::SimSelect(); - } -#endif // __WXGTK__ - wxBitmapComboBox *m_combo; wxDECLARE_NO_COPY_CLASS(BitmapComboBoxTestCase);