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
c45b6959
Commit
c45b6959
authored
Oct 25, 2021
by
Vlad Zahorodnii
Browse files
autotests: Remove interface version assert
It makes the test fail and there's little point for having it.
parent
731ae21c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/autotests/server/test_screencast.cpp
View file @
c45b6959
...
...
@@ -136,7 +136,6 @@ void TestScreencastV1Interface::initTestCase()
[
this
,
&
registry
](
const
QByteArray
&
interfaceName
,
quint32
name
,
quint32
version
)
{
if
(
interfaceName
!=
"zkde_screencast_unstable_v1"
)
return
;
Q_ASSERT
(
version
==
1
);
m_screencast
=
new
ScreencastV1
(
this
);
m_screencast
->
init
(
&*
registry
,
name
,
version
);
});
...
...
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