From ba776ed9c56c14fe3475b324fe92e853ed1a2fb7 Mon Sep 17 00:00:00 2001 From: Kurt Pattyn Date: Sun, 9 Feb 2014 10:24:18 +0100 Subject: [PATCH] Remove superfluous argument Change-Id: I7fa01d47d66411572f3f66f4ed5d8df04ac6b8b0 Reviewed-by: Kurt Pattyn --- tests/auto/qwebsocket/tst_qwebsocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qwebsocket/tst_qwebsocket.cpp b/tests/auto/qwebsocket/tst_qwebsocket.cpp index d1ad0a9..2273d9e 100644 --- a/tests/auto/qwebsocket/tst_qwebsocket.cpp +++ b/tests/auto/qwebsocket/tst_qwebsocket.cpp @@ -171,7 +171,7 @@ void tst_QWebSocket::tst_invalidOpen() QSignalSpy pongSpy(&socket, SIGNAL(pong(quint64,QByteArray))); QSignalSpy bytesWrittenSpy(&socket, SIGNAL(bytesWritten(qint64))); - socket.open(QUrl(QStringLiteral("ws://127.0.0.1:1/")), true); + socket.open(QUrl(QStringLiteral("ws://127.0.0.1:1/"))); QVERIFY(socket.origin().isEmpty()); QCOMPARE(socket.version(), QWebSocketProtocol::VersionLatest); -- 2.7.4