summaryrefslogtreecommitdiffstats
path: root/tests/auto/qftp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-11 20:50:53 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-11 20:50:53 +1000
commit8a5e1fbd4f42a0f5cc23ac797d06424c1b362536 (patch)
treeaeeeadc9995169c26433466270d344b322e26c4e /tests/auto/qftp
parent0d8a2f0e2692a0b8bce66d44d9f7ca0100e7f7e7 (diff)
Update URL for Qt FTP site.
Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto/qftp')
-rw-r--r--tests/auto/qftp/tst_qftp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qftp/tst_qftp.cpp b/tests/auto/qftp/tst_qftp.cpp
index d883c0ce19..7fa5601867 100644
--- a/tests/auto/qftp/tst_qftp.cpp
+++ b/tests/auto/qftp/tst_qftp.cpp
@@ -2002,7 +2002,7 @@ void tst_QFtp::queueMoreCommandsInDoneSlot()
this->ftp = &ftp;
connect(&ftp, SIGNAL(done(bool)), this, SLOT(cdUpSlot(bool)));
- ftp.connectToHost("ftp.trolltech.com");
+ ftp.connectToHost("ftp.qt.nokia.com");
ftp.login();
ftp.cd("qt");
ftp.rmdir("qtest-removedir-noexist");