summaryrefslogtreecommitdiffstats
path: root/tests/auto/q3dns
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/q3dns
parent0d8a2f0e2692a0b8bce66d44d9f7ca0100e7f7e7 (diff)
Update URL for Qt FTP site.
Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto/q3dns')
-rw-r--r--tests/auto/q3dns/tst_q3dns.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/q3dns/tst_q3dns.cpp b/tests/auto/q3dns/tst_q3dns.cpp
index 018ce84142..222a1d7821 100644
--- a/tests/auto/q3dns/tst_q3dns.cpp
+++ b/tests/auto/q3dns/tst_q3dns.cpp
@@ -113,7 +113,7 @@ void tst_Q3Dns::destructor()
{
QApplication a( argc, argv );
Q3Socket *s = new Q3Socket( &a );
- s->connectToHost( "ftp.trolltech.com", 21 );
+ s->connectToHost( "ftp.qt.nokia.com", 21 );
return 0;
}
*/
@@ -121,7 +121,7 @@ void tst_Q3Dns::destructor()
char **v = 0;
QCoreApplication a(c, v);
Q3Socket *s = new Q3Socket(&a);
- s->connectToHost("ftp.trolltech.com", 21);
+ s->connectToHost("ftp.qt.nokia.com", 21);
// dummy verify since this test only makes shure that it does not crash
QVERIFY( TRUE );