From f03d655b1af50a9d86dc16072fa40426bc132351 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 22 Jun 2018 02:44:40 +0200 Subject: [PATCH] Enable running TLW activation unit tests in CI environments Hopefully the previous commit fixed it under AppVeyor. --- tests/toplevel/toplevel.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/toplevel/toplevel.cpp b/tests/toplevel/toplevel.cpp index 799f35fd10..5e62a1b05c 100644 --- a/tests/toplevel/toplevel.cpp +++ b/tests/toplevel/toplevel.cpp @@ -61,13 +61,6 @@ static void TopLevelWindowShowTest(wxTopLevelWindow* tlw) TEST_CASE("wxTopLevel::Show", "[tlw][show]") { - if ( IsAutomaticTest() ) - { - // For some reason, activation test doesn't work when running under - // AppVeyor, so skip it to avoid spurious failures. - return; - } - SECTION("Dialog") { wxDialog* dialog = new wxDialog(NULL, -1, "Dialog Test");