diff options
author | Peter Hartmann <peter.hartmann@nokia.com> | 2011-02-21 15:08:12 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2011-02-21 15:19:28 (GMT) |
commit | dd09b490167de72296517fb5e5f271f3d8b4a57a (patch) | |
tree | be712b18e8adb4dd5e48e64668e983036204cb2f /tests/auto | |
parent | 990385029ebd01770c82889c9469a0ac4d0aff17 (diff) | |
download | Qt-dd09b490167de72296517fb5e5f271f3d8b4a57a.zip Qt-dd09b490167de72296517fb5e5f271f3d8b4a57a.tar.gz Qt-dd09b490167de72296517fb5e5f271f3d8b4a57a.tar.bz2 |
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')
-rw-r--r-- | tests/auto/qsslsocket/tst_qsslsocket.cpp | 5 |
1 files changed, 0 insertions, 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() |