summaryrefslogtreecommitdiff
path: root/tests/auto/client/fullscreenshellv1/tst_fullscreenshellv1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/client/fullscreenshellv1/tst_fullscreenshellv1.cpp')
-rw-r--r--tests/auto/client/fullscreenshellv1/tst_fullscreenshellv1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/client/fullscreenshellv1/tst_fullscreenshellv1.cpp b/tests/auto/client/fullscreenshellv1/tst_fullscreenshellv1.cpp
index c48e5532..15613bc0 100644
--- a/tests/auto/client/fullscreenshellv1/tst_fullscreenshellv1.cpp
+++ b/tests/auto/client/fullscreenshellv1/tst_fullscreenshellv1.cpp
@@ -25,7 +25,7 @@ void tst_WaylandClientFullScreenShellV1::createDestroyWindow()
window.resize(800, 600);
window.show();
- QCOMPOSITOR_TRY_VERIFY(fullScreenShellV1()->surfaces().count() == 1);
+ QCOMPOSITOR_TRY_VERIFY(fullScreenShellV1()->surfaces().size() == 1);
QCOMPOSITOR_VERIFY(surface(0));
window.destroy();