diff options
author | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2018-05-26 03:00:15 +0200 |
---|---|---|
committer | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2018-05-26 03:00:15 +0200 |
commit | 3eb609a0a140650226483e02e9f0bed700853d6a (patch) | |
tree | 5485ce91a6833970e3fb0f72831fbd2d8c41275a /tests | |
parent | 0affc08e2b3c21f1b8fb2f4c4e35315d52dc786d (diff) | |
parent | 1eba531d5b62bc171839d71e4a745ab9cdaaf907 (diff) | |
download | qtwayland-3eb609a0a140650226483e02e9f0bed700853d6a.tar.gz |
Merge remote-tracking branch 'origin/5.11' into dev
Change-Id: I8a1570eac9bbe418283522624002f8a03dd60c95
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/client/client/tst_client.cpp | 8 |
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 7a7c7fa8..21f748ec 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() |