diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 10:50:53 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 10:50:53 (GMT) |
commit | 8a5e1fbd4f42a0f5cc23ac797d06424c1b362536 (patch) | |
tree | aeeeadc9995169c26433466270d344b322e26c4e /tests/auto/q3dns/tst_q3dns.cpp | |
parent | 0d8a2f0e2692a0b8bce66d44d9f7ca0100e7f7e7 (diff) | |
download | Qt-8a5e1fbd4f42a0f5cc23ac797d06424c1b362536.zip Qt-8a5e1fbd4f42a0f5cc23ac797d06424c1b362536.tar.gz Qt-8a5e1fbd4f42a0f5cc23ac797d06424c1b362536.tar.bz2 |
Update URL for Qt FTP site.
Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto/q3dns/tst_q3dns.cpp')
-rw-r--r-- | tests/auto/q3dns/tst_q3dns.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/q3dns/tst_q3dns.cpp b/tests/auto/q3dns/tst_q3dns.cpp index 018ce84..222a1d7 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 ); |