From dd09b490167de72296517fb5e5f271f3d8b4a57a Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Mon, 21 Feb 2011 16:08:12 +0100 Subject: 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 --- tests/auto/qsslsocket/tst_qsslsocket.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/auto/qsslsocket/tst_qsslsocket.cpp b/tests/auto/qsslsocket/tst_qsslsocket.cpp index 8177d29..fad2e5f 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() -- cgit v0.12