Enable running TLW activation unit tests in CI environments

Hopefully the previous commit fixed it under AppVeyor.
This commit is contained in:
Vadim Zeitlin 2018-06-22 02:44:40 +02:00
parent a8c1ae7058
commit f03d655b1a

View File

@ -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");