summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtcpsocket
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/qtcpsocket
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/qtcpsocket')
-rw-r--r--tests/auto/qtcpsocket/tst_qtcpsocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtcpsocket/tst_qtcpsocket.cpp b/tests/auto/qtcpsocket/tst_qtcpsocket.cpp
index ef7ff83..c6e4758 100644
--- a/tests/auto/qtcpsocket/tst_qtcpsocket.cpp
+++ b/tests/auto/qtcpsocket/tst_qtcpsocket.cpp
@@ -1116,7 +1116,7 @@ void tst_QTcpSocket::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);