summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlwebsockets/tst_qmlwebsockets.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlwebsockets/tst_qmlwebsockets.qml')
-rw-r--r--tests/auto/qml/qmlwebsockets/tst_qmlwebsockets.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmlwebsockets/tst_qmlwebsockets.qml b/tests/auto/qml/qmlwebsockets/tst_qmlwebsockets.qml
index d0f19f6..66c1ed0 100644
--- a/tests/auto/qml/qmlwebsockets/tst_qmlwebsockets.qml
+++ b/tests/auto/qml/qmlwebsockets/tst_qmlwebsockets.qml
@@ -52,8 +52,8 @@ Rectangle {
TestCase {
function ensureConnected() {
- socket.active = true;
server.listen = true;
+ socket.active = true;
tryCompare(socket, 'status', WebSocket.Open);
verify(server.currentSocket);
}