summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/client/client/tst_client.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/client/client/tst_client.cpp b/tests/auto/client/client/tst_client.cpp
index 7a7c7fa85..21f748ecd 100644
--- a/tests/auto/client/client/tst_client.cpp
+++ b/tests/auto/client/client/tst_client.cpp
@@ -264,9 +264,6 @@ void tst_WaylandClient::windowScreens()
compositor->sendRemoveOutput(secondOutput);
QTRY_COMPARE(QGuiApplication::screens().size(), 1);
QCOMPARE(window.screen(), primaryScreen);
-
- window.destroy();
- QTRY_VERIFY(!compositor->surface());
}
void tst_WaylandClient::removePrimaryScreen()
@@ -298,9 +295,6 @@ void tst_WaylandClient::removePrimaryScreen()
QTRY_COMPARE(window.mousePressEventCount, 1);
compositor->sendMouseRelease(surface);
QTRY_COMPARE(window.mouseReleaseEventCount, 1);
-
- window.destroy();
- QTRY_VERIFY(!compositor->surface());
}
void tst_WaylandClient::createDestroyWindow()
@@ -532,8 +526,6 @@ void tst_WaylandClient::dontCrashOnMultipleCommits()
}
delete window;
-
- QTRY_VERIFY(!compositor->surface());
}
void tst_WaylandClient::hiddenTransientParent()