[autotests/integration] Fix SceneQPainter::testWindowScaled

A code of line was missing.
icc-effect-5.14.5
Martin Gräßlin 2017-05-01 17:10:42 +02:00
parent 62a3b193bc
commit 207eb167e1
1 changed files with 1 additions and 0 deletions

View File

@ -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<Surface> s(Test::createSurface());
QScopedPointer<ShellSurface> ss(Test::createShellSurface(s.data()));