diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-01-18 01:38:55 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-01-18 01:40:46 (GMT) |
commit | d5b5a1ef99dbe20ee9cb3833fb5095c2071c8b12 (patch) | |
tree | 0f49b92b53f456894661b8fd66c41cb3edc545f6 /tests | |
parent | 2479c1b17ca2399c9df94dd7e1b66d3a3a896a5c (diff) | |
download | Qt-d5b5a1ef99dbe20ee9cb3833fb5095c2071c8b12.zip Qt-d5b5a1ef99dbe20ee9cb3833fb5095c2071c8b12.tar.gz Qt-d5b5a1ef99dbe20ee9cb3833fb5095c2071c8b12.tar.bz2 |
tst_qhttp: replace legacy qt-test-server hostname in testdata.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qhttp/tst_qhttp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qhttp/tst_qhttp.cpp b/tests/auto/qhttp/tst_qhttp.cpp index f706228..61123c2 100644 --- a/tests/auto/qhttp/tst_qhttp.cpp +++ b/tests/auto/qhttp/tst_qhttp.cpp @@ -856,7 +856,7 @@ void tst_QHttp::proxy2() QTestEventLoop::instance().enterLoop(30); QVERIFY(!QTestEventLoop::instance().timeout()); - QCOMPARE(readyRead_ba.count("Welcome to fluke.troll.no"), 2); + QCOMPARE(readyRead_ba.count("Welcome to qt-test-server"), 2); readyRead_ba.clear(); } @@ -891,7 +891,7 @@ void tst_QHttp::proxy3() QTestEventLoop::instance().enterLoop(30); QVERIFY(!QTestEventLoop::instance().timeout()); - QCOMPARE(readyRead_ba.count("Welcome to fluke.troll.no"), 2); + QCOMPARE(readyRead_ba.count("Welcome to qt-test-server"), 2); readyRead_ba.clear(); } |