summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhostinfo
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-11 20:38:02 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-11 20:38:02 +1000
commitc3bbde7cb06cf753853065821f4ee828948afe42 (patch)
treeed6b0a8db5cdeed88e693f4fd7d8aa54152d6a0d /tests/auto/qhostinfo
parentf5408614bf3fe20ad5c4937c2329c8a77b8753cf (diff)
Update URL for Qt web site.
Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto/qhostinfo')
-rw-r--r--tests/auto/qhostinfo/tst_qhostinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhostinfo/tst_qhostinfo.cpp b/tests/auto/qhostinfo/tst_qhostinfo.cpp
index 688111b608..55cce109b3 100644
--- a/tests/auto/qhostinfo/tst_qhostinfo.cpp
+++ b/tests/auto/qhostinfo/tst_qhostinfo.cpp
@@ -375,7 +375,7 @@ class LookupThread : public QThread
protected:
inline void run()
{
- QHostInfo info = QHostInfo::fromName("www.trolltech.com");
+ QHostInfo info = QHostInfo::fromName("qt.nokia.com");
QCOMPARE(info.addresses().at(0).toString(), QString("87.238.50.178"));
}
};