summaryrefslogtreecommitdiffstats
path: root/tests/auto/client/client/tst_client.cpp
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-02-22 15:33:40 +0100
committerJohan Helsing <johan.helsing@qt.io>2018-03-08 16:13:33 +0000
commit18175b6eb8d8cfdc12003186ec1829579a35fef4 (patch)
treecd1cbc5519535e1aa3f951c4d8e0888eb7ed4dc4 /tests/auto/client/client/tst_client.cpp
parent42a51460a34a4e593013e788089b1fc6bfe405fc (diff)
Client test for xdg-shell v6 configure events
Task-number: QTBUG-66689 Change-Id: Ifdf38a9ab73357fdbe61e77f0464b227ddd2e8ac Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'tests/auto/client/client/tst_client.cpp')
-rw-r--r--tests/auto/client/client/tst_client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/client/client/tst_client.cpp b/tests/auto/client/client/tst_client.cpp
index ab9e5754d..02c5bab3e 100644
--- a/tests/auto/client/client/tst_client.cpp
+++ b/tests/auto/client/client/tst_client.cpp
@@ -153,6 +153,7 @@ public slots:
// make sure the surfaces from the last test are properly cleaned up
// and don't show up as false positives in the next test
QTRY_VERIFY(!compositor->surface());
+ QTRY_VERIFY(!compositor->xdgToplevelV6());
}
private slots: