diff options
author | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-08-14 08:02:11 (GMT) |
---|---|---|
committer | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-08-14 08:03:24 (GMT) |
commit | 8785117eea4bbaa9ec846d7b8dd51219c41bd570 (patch) | |
tree | 2b2d3030bfdce914cb43154336855cd383681403 /tests/auto/qhostinfo | |
parent | 6e585191e028760b9aa89537c7a383b3857891da (diff) | |
download | Qt-8785117eea4bbaa9ec846d7b8dd51219c41bd570.zip Qt-8785117eea4bbaa9ec846d7b8dd51219c41bd570.tar.gz Qt-8785117eea4bbaa9ec846d7b8dd51219c41bd570.tar.bz2 |
Had to change ip and hostname as, at the time,
this was only accessible from Nokia network.
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 7d43f5a..e129f87 100644 --- a/tests/auto/qhostinfo/tst_qhostinfo.cpp +++ b/tests/auto/qhostinfo/tst_qhostinfo.cpp @@ -313,7 +313,7 @@ void tst_QHostInfo::reverseLookup_data() // ### Use internal DNS instead. Discussed with Andreas. //QTest::newRow("classical.hexago.com") << QString("2001:5c0:0:2::24") << QStringList(QString("classical.hexago.com")) << 0; - QTest::newRow("www.cisco.com") << QString("198.133.219.25") << QStringList(QString("origin-www.cisco.com")) << 0; + QTest::newRow("origin.cisco.com") << QString("12.159.148.94") << QStringList(QString("origin.cisco.com")) << 0; QTest::newRow("bogusexample.doenstexist.org") << QString("1::2::3::4") << QStringList() << 1; } |