From 207eb167e1f4107db06c44dc6b633b94e359c156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 1 May 2017 17:10:42 +0200 Subject: [PATCH] [autotests/integration] Fix SceneQPainter::testWindowScaled A code of line was missing. --- autotests/integration/scene_qpainter_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/autotests/integration/scene_qpainter_test.cpp b/autotests/integration/scene_qpainter_test.cpp index 800de51f7c..7b72bb0d97 100644 --- a/autotests/integration/scene_qpainter_test.cpp +++ b/autotests/integration/scene_qpainter_test.cpp @@ -196,6 +196,7 @@ void SceneQPainterTest::testWindowScaled() KWin::Cursor::setPos(10, 10); // this test verifies that a window is rendered correctly using namespace KWayland::Client; + QVERIFY(Test::setupWaylandConnection(Test::AdditionalWaylandInterface::Seat)); QVERIFY(Test::waitForWaylandPointer()); QScopedPointer s(Test::createSurface()); QScopedPointer ss(Test::createShellSurface(s.data()));