summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttpsocketengine
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-04-13 13:51:52 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-04-13 13:51:52 (GMT)
commit0678a400ad59b80f1a3e23d38e59685ed90d3210 (patch)
tree365d3c2264eb76fabdf8e58142a3e681fac9616f /tests/auto/qhttpsocketengine
parent5a339d4de6bc12408149c51e8de96025fc80e5eb (diff)
downloadQt-0678a400ad59b80f1a3e23d38e59685ed90d3210.zip
Qt-0678a400ad59b80f1a3e23d38e59685ed90d3210.tar.gz
Qt-0678a400ad59b80f1a3e23d38e59685ed90d3210.tar.bz2
Autotest: update path location on the test server
Diffstat (limited to 'tests/auto/qhttpsocketengine')
-rw-r--r--tests/auto/qhttpsocketengine/tst_qhttpsocketengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhttpsocketengine/tst_qhttpsocketengine.cpp b/tests/auto/qhttpsocketengine/tst_qhttpsocketengine.cpp
index 3a3ea79..f86ba63 100644
--- a/tests/auto/qhttpsocketengine/tst_qhttpsocketengine.cpp
+++ b/tests/auto/qhttpsocketengine/tst_qhttpsocketengine.cpp
@@ -641,7 +641,7 @@ void tst_QHttpSocketEngine::downloadBigFile()
QByteArray hostName = QtNetworkSettings::serverName().toLatin1();
QVERIFY(tmpSocket->state() == QAbstractSocket::ConnectedState);
- QVERIFY(tmpSocket->write("GET /mediumfile HTTP/1.0\r\n") > 0);
+ QVERIFY(tmpSocket->write("GET /qtest/mediumfile HTTP/1.0\r\n") > 0);
QVERIFY(tmpSocket->write("Host: ") > 0);
QVERIFY(tmpSocket->write(hostName.data()) > 0);
QVERIFY(tmpSocket->write("\r\n") > 0);