summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-04-08 08:30:50 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-04-08 08:51:50 (GMT)
commitabea9cafaf3bfc4e5e286c93e9509fd3416b1f65 (patch)
treee8d150405870b58ee2dd6a51029f561d763a369b /tests/auto
parent7c8672bab9cef0eb9b0a8e3c5c1696dc98b78cc0 (diff)
downloadQt-abea9cafaf3bfc4e5e286c93e9509fd3416b1f65.zip
Qt-abea9cafaf3bfc4e5e286c93e9509fd3416b1f65.tar.gz
Qt-abea9cafaf3bfc4e5e286c93e9509fd3416b1f65.tar.bz2
Autotest: Cisco changed their DNS setup; update our test.
Reviewed-by: TrustMe (cherry picked from commit df461a4a1bc7492729f701d38c81916b1be386b0)
Diffstat (limited to 'tests/auto')
-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 67e68a7..f369121d 100644
--- a/tests/auto/qhostinfo/tst_qhostinfo.cpp
+++ b/tests/auto/qhostinfo/tst_qhostinfo.cpp
@@ -305,7 +305,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("www.cisco.com")) << 0;
+ QTest::newRow("www.cisco.com") << QString("198.133.219.25") << QStringList(QString("origin-www.cisco.com")) << 0;
QTest::newRow("bogusexample.doenstexist.org") << QString("1::2::3::4") << QStringList() << 1;
}