tests: mark expected failures in qsslsocket_onDemandCertificates
Task-number: QTBUG-20983 Change-Id: I5db2a92352037721802c127f2b47b52a514e0bfc Reviewed-on: http://codereview.qt.nokia.com/3127 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>bb10
parent
becba0e71f
commit
c475870cb6
|
|
@ -209,6 +209,7 @@ void tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMe
|
|||
QSslSocketPtr socket = newSocket();
|
||||
this->socket = socket;
|
||||
socket->connectToHostEncrypted(host, 443);
|
||||
QEXPECT_FAIL("", "QTBUG-20983 fails", Abort);
|
||||
QVERIFY2(socket->waitForEncrypted(), qPrintable(socket->errorString()));
|
||||
|
||||
// not using any root certs again -> should not work
|
||||
|
|
|
|||
|
|
@ -210,6 +210,7 @@ void tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMe
|
|||
QSslSocketPtr socket2 = newSocket();
|
||||
this->socket = socket2;
|
||||
socket2->connectToHostEncrypted(host, 443);
|
||||
QEXPECT_FAIL("", "QTBUG-20983 fails", Abort);
|
||||
QVERIFY2(socket2->waitForEncrypted(), qPrintable(socket2->errorString()));
|
||||
|
||||
// not using any root certs again -> should not work
|
||||
|
|
|
|||
Loading…
Reference in New Issue