Client tests: Ensure there are no leftover ivi_surfaces
Similarly to what we do for xdg-shell v6. Change-Id: Id72d0af53c7bcee461b741341bf6b587ffe98522 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
parent
52b2e5a346
commit
b8410dd239
@ -162,6 +162,7 @@ public slots:
|
|||||||
// make sure the surfaces from the last test are properly cleaned up
|
// make sure the surfaces from the last test are properly cleaned up
|
||||||
// and don't show up as false positives in the next test
|
// and don't show up as false positives in the next test
|
||||||
QTRY_VERIFY(!compositor->surface());
|
QTRY_VERIFY(!compositor->surface());
|
||||||
|
QTRY_VERIFY(!compositor->iviSurface());
|
||||||
QTRY_VERIFY(!compositor->xdgToplevelV6());
|
QTRY_VERIFY(!compositor->xdgToplevelV6());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user