summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsslsocket/tst_qsslsocket.cpp
diff options
context:
space:
mode:
authorJoão Abecasis <joao@abecasis.name>2009-11-18 10:54:53 (GMT)
committerJoão Abecasis <joao@abecasis.name>2009-11-18 12:08:37 (GMT)
commit0ff77fe68850ad6448f644c3ee11b3a7914bb8b7 (patch)
tree1d6393402acdfda2539c4a535b568457f73a2de7 /tests/auto/qsslsocket/tst_qsslsocket.cpp
parent9f5dea393da4428685f1a1fd26b0e27f90dca340 (diff)
downloadQt-0ff77fe68850ad6448f644c3ee11b3a7914bb8b7.zip
Qt-0ff77fe68850ad6448f644c3ee11b3a7914bb8b7.tar.gz
Qt-0ff77fe68850ad6448f644c3ee11b3a7914bb8b7.tar.bz2
Fix regression introduced in 98a05681851db9d88b1364af52be543715fbe306
Some network tests were set up to ignore a qWarning that was removed. Fixed those tests. Made warning from QIODevice::getChar have the right function name. Reviewed-by: Thiago Macieira
Diffstat (limited to 'tests/auto/qsslsocket/tst_qsslsocket.cpp')
-rw-r--r--tests/auto/qsslsocket/tst_qsslsocket.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qsslsocket/tst_qsslsocket.cpp b/tests/auto/qsslsocket/tst_qsslsocket.cpp
index db46b66..169a688 100644
--- a/tests/auto/qsslsocket/tst_qsslsocket.cpp
+++ b/tests/auto/qsslsocket/tst_qsslsocket.cpp
@@ -347,7 +347,6 @@ void tst_QSslSocket::constructing()
QCOMPARE(socket.sslConfiguration(), QSslConfiguration::defaultConfiguration());
QCOMPARE(socket.errorString(), QString("Unknown error"));
char c = '\0';
- QTest::ignoreMessage(QtWarningMsg, "QIODevice::getChar: Closed device");
QVERIFY(!socket.getChar(&c));
QCOMPARE(c, '\0');
QVERIFY(!socket.isOpen());