Add test condition in test_display.cpp
This commit is contained in:
parent
8f11a2b0e5
commit
4a7af2c665
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ void TestWaylandServerDisplay::testClientConnection()
|
|||
QVERIFY(connection->userId() != 0);
|
||||
QVERIFY(connection->groupId() != 0);
|
||||
QVERIFY(connection->processId() != 0);
|
||||
QCOMPARE(connection->display(), &display);
|
||||
QCOMPARE((wl_client*)*connection, client);
|
||||
const ClientConnection &constRef = *connection;
|
||||
QCOMPARE((wl_client*)constRef, client);
|
||||
|
|
Loading…
Reference in a new issue