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:
Johan Klokkhammer Helsing 2018-05-02 14:41:00 +02:00 committed by Johan Helsing
parent 52b2e5a346
commit b8410dd239

View File

@ -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());
} }