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
1c16f881
Commit
1c16f881
authored
Jun 28, 2016
by
Martin Flöser
Browse files
[autotests] Bring SeatInterface::focusedTextInputSurface under coverage
parent
59bfac50
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/autotests/client/test_text_input.cpp
View file @
1c16f881
...
...
@@ -248,7 +248,9 @@ void TextInputTest::testEnterLeave()
// now let's try to enter it
QVERIFY
(
!
m_seatInterface
->
focusedTextInput
());
QVERIFY
(
!
m_seatInterface
->
focusedTextInputSurface
());
m_seatInterface
->
setFocusedKeyboardSurface
(
serverSurface
);
QCOMPARE
(
m_seatInterface
->
focusedTextInputSurface
(),
serverSurface
);
// text input not yet set for the surface
QFETCH
(
bool
,
updatesDirectly
);
QCOMPARE
(
bool
(
m_seatInterface
->
focusedTextInput
()),
updatesDirectly
);
...
...
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