From 33ca7750c235340e2d060b46e30d01f29f51d170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 23 Aug 2016 09:57:20 +0200 Subject: [PATCH] [autotests] Further condition check in XWaylandInputTest Just to figure out an idea why the test fails on build.kde.org... --- 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 c617d446fc..1d59608775 100644 --- a/autotests/integration/xwayland_input_test.cpp +++ b/autotests/integration/xwayland_input_test.cpp @@ -182,6 +182,7 @@ void XWaylandInputTest::testPointerEnterLeave() // move pointer into the window, should trigger an enter QVERIFY(!client->geometry().contains(Cursor::pos())); + QVERIFY(enteredSpy.isEmpty()); Cursor::setPos(client->geometry().center()); QVERIFY(enteredSpy.wait());