summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/compliance/tst_compliance.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/compliance/tst_compliance.cpp b/tests/manual/compliance/tst_compliance.cpp
index f929b16..6e8de62 100644
--- a/tests/manual/compliance/tst_compliance.cpp
+++ b/tests/manual/compliance/tst_compliance.cpp
@@ -105,7 +105,7 @@ void tst_ComplianceTest::runTestCase(int nbr, int total)
qDebug() << "Executing test" << (nbr + 1) << "/" << total;
QUrl url = m_url;
- url.setPath(QStringLiteral("/runCase?"));
+ url.setPath(QStringLiteral("/runCase"));
QUrlQuery query;
query.addQueryItem(QStringLiteral("case"), QString::number(nbr + 1));
query.addQueryItem(QStringLiteral("agent"), QStringLiteral("QtWebSockets/1.0"));
@@ -142,7 +142,7 @@ void tst_ComplianceTest::autobahnTest()
QObject::disconnect(pWebSocket, &QWebSocket::textMessageReceived, 0, 0);
runTestCases(0, numberOfTestCases);
- url.setPath(QStringLiteral("/updateReports?"));
+ url.setPath(QStringLiteral("/updateReports"));
QUrlQuery query;
query.addQueryItem(QStringLiteral("agent"), QStringLiteral("QtWebSockets"));
url.setQuery(query);