diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-13 13:51:52 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-13 13:51:52 (GMT) |
commit | 0678a400ad59b80f1a3e23d38e59685ed90d3210 (patch) | |
tree | 365d3c2264eb76fabdf8e58142a3e681fac9616f /tests/auto/qsocks5socketengine/tst_qsocks5socketengine.cpp | |
parent | 5a339d4de6bc12408149c51e8de96025fc80e5eb (diff) | |
download | Qt-0678a400ad59b80f1a3e23d38e59685ed90d3210.zip Qt-0678a400ad59b80f1a3e23d38e59685ed90d3210.tar.gz Qt-0678a400ad59b80f1a3e23d38e59685ed90d3210.tar.bz2 |
Autotest: update path location on the test server
Diffstat (limited to 'tests/auto/qsocks5socketengine/tst_qsocks5socketengine.cpp')
-rw-r--r-- | tests/auto/qsocks5socketengine/tst_qsocks5socketengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qsocks5socketengine/tst_qsocks5socketengine.cpp b/tests/auto/qsocks5socketengine/tst_qsocks5socketengine.cpp index a679765..8f0cbc3 100644 --- a/tests/auto/qsocks5socketengine/tst_qsocks5socketengine.cpp +++ b/tests/auto/qsocks5socketengine/tst_qsocks5socketengine.cpp @@ -780,7 +780,7 @@ void tst_QSocks5SocketEngine::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); |