[autotests/integration] Fix SceneQPainter::testWindowScaled
A code of line was missing.
This commit is contained in:
parent
62a3b193bc
commit
207eb167e1
1 changed files with 1 additions and 0 deletions
|
@ -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()));
|
||||
|
|
Loading…
Reference in a new issue