autotests: Remove interface version assert
It makes the test fail and there's little point for having it.
This commit is contained in:
parent
731ae21cb2
commit
c45b69595f
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ void TestScreencastV1Interface::initTestCase()
|
|||
[this, ®istry](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);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue