Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
4a7af2c6
Commit
4a7af2c6
authored
Nov 17, 2014
by
Martin Flöser
Browse files
Add test condition in test_display.cpp
parent
8f11a2b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/autotests/server/test_display.cpp
View file @
4a7af2c6
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment