summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsslsocket
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2011-02-21 16:08:12 +0100
committerPeter Hartmann <peter.hartmann@nokia.com>2011-02-21 16:19:28 +0100
commitdd09b490167de72296517fb5e5f271f3d8b4a57a (patch)
treebe712b18e8adb4dd5e48e64668e983036204cb2f /tests/auto/qsslsocket
parent990385029ebd01770c82889c9469a0ac4d0aff17 (diff)
do not test against imap.trolltech.com
The host seems to have closed the port and we should not use that server for testing anyway. Reviewed-by: Markus Goetz
Diffstat (limited to 'tests/auto/qsslsocket')
-rw-r--r--tests/auto/qsslsocket/tst_qsslsocket.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/qsslsocket/tst_qsslsocket.cpp b/tests/auto/qsslsocket/tst_qsslsocket.cpp
index 8177d29d2e..fad2e5fc27 100644
--- a/tests/auto/qsslsocket/tst_qsslsocket.cpp
+++ b/tests/auto/qsslsocket/tst_qsslsocket.cpp
@@ -518,11 +518,6 @@ void tst_QSslSocket::sslErrors_data()
<< 993
<< (SslErrorList() << QSslError::HostNameMismatch
<< QSslError::SelfSignedCertificate);
-
- QTest::newRow("imap.trolltech.com")
- << "imap.trolltech.com"
- << 993
- << (SslErrorList() << QSslError::SelfSignedCertificateInChain);
}
void tst_QSslSocket::sslErrors()