Enable running TLW activation unit tests in CI environments
Hopefully the previous commit fixed it under AppVeyor.
This commit is contained in:
@@ -61,13 +61,6 @@ static void TopLevelWindowShowTest(wxTopLevelWindow* tlw)
|
|||||||
|
|
||||||
TEST_CASE("wxTopLevel::Show", "[tlw][show]")
|
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")
|
SECTION("Dialog")
|
||||||
{
|
{
|
||||||
wxDialog* dialog = new wxDialog(NULL, -1, "Dialog Test");
|
wxDialog* dialog = new wxDialog(NULL, -1, "Dialog Test");
|
||||||
|
Reference in New Issue
Block a user