[autotests] Get Server::Cursor::pointer under coverage
Just verifying that it's returning the expected value.
This commit is contained in:
parent
594665c1df
commit
0b208fcd63
1 changed files with 1 additions and 0 deletions
|
@ -918,6 +918,7 @@ void TestWaylandSeat::testCursor()
|
|||
QVERIFY(!cursor->surface());
|
||||
QCOMPARE(cursor->hotspot(), QPoint());
|
||||
QCOMPARE(cursor->enteredSerial(), serial);
|
||||
QCOMPARE(cursor->pointer(), m_seatInterface->focusedPointer());
|
||||
|
||||
QSignalSpy hotspotChangedSpy(cursor, SIGNAL(hotspotChanged()));
|
||||
QVERIFY(hotspotChangedSpy.isValid());
|
||||
|
|
Loading…
Reference in a new issue