From db9756c562fd6ac6efd4c979264f3f5a8c3f9062 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 23 Mar 2022 18:48:35 +0100 Subject: [PATCH] Enable ValNum::Interactive test for MSW CI builds too This test should work after the fix in the parent commit. --- tests/validators/valnum.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/validators/valnum.cpp b/tests/validators/valnum.cpp index 404b55fa36..a937a99797 100644 --- a/tests/validators/valnum.cpp +++ b/tests/validators/valnum.cpp @@ -262,14 +262,6 @@ TEST_CASE_METHOD(NumValidatorTestCase, "ValNum::NoTrailingZeroes", "[valnum]") TEST_CASE_METHOD(NumValidatorTestCase, "ValNum::Interactive", "[valnum]") { -#ifdef __WXMSW__ - // FIXME: This test fails on MSW buildbot slaves although works fine on - // development machine, no idea why. It seems to be a problem with - // wxUIActionSimulator rather the wxListCtrl control itself however. - if ( IsAutomaticTest() ) - return; -#endif // __WXMSW__ - // Set a locale using comma as thousands separator character. wxLocale loc(wxLANGUAGE_ENGLISH_UK, wxLOCALE_DONT_LOAD_DEFAULT);