diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 10:38:02 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 10:38:02 (GMT) |
commit | c3bbde7cb06cf753853065821f4ee828948afe42 (patch) | |
tree | ed6b0a8db5cdeed88e693f4fd7d8aa54152d6a0d /tests/auto/qhostinfo | |
parent | f5408614bf3fe20ad5c4937c2329c8a77b8753cf (diff) | |
download | Qt-c3bbde7cb06cf753853065821f4ee828948afe42.zip Qt-c3bbde7cb06cf753853065821f4ee828948afe42.tar.gz Qt-c3bbde7cb06cf753853065821f4ee828948afe42.tar.bz2 |
Update URL for Qt web site.
Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto/qhostinfo')
-rw-r--r-- | tests/auto/qhostinfo/tst_qhostinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhostinfo/tst_qhostinfo.cpp b/tests/auto/qhostinfo/tst_qhostinfo.cpp index 688111b..55cce10 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")); } }; |