From a0154d01eb3983a5b7f6db82069b6e0a402ccd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 23 Aug 2016 09:40:23 +0200 Subject: [PATCH] [autotests] Verify in XWaylandInputTest that cursor is not on new mapped window Test fails on build.kde.org. This just adds an additional condition to verify that the setup is correct. --- autotests/integration/xwayland_input_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/autotests/integration/xwayland_input_test.cpp b/autotests/integration/xwayland_input_test.cpp index 28ee7a6df1..c617d446fc 100644 --- a/autotests/integration/xwayland_input_test.cpp +++ b/autotests/integration/xwayland_input_test.cpp @@ -181,6 +181,7 @@ void XWaylandInputTest::testPointerEnterLeave() QVERIFY(client->surface()); // move pointer into the window, should trigger an enter + QVERIFY(!client->geometry().contains(Cursor::pos())); Cursor::setPos(client->geometry().center()); QVERIFY(enteredSpy.wait());