Enable running TLW activation unit tests in CI environments
Hopefully the previous commit fixed it under AppVeyor.
This commit is contained in:
parent
a8c1ae7058
commit
f03d655b1a
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user