test: Change trolltech.com:443 to qt-project.org:443
trolltech.com seems to be shut down already Change-Id: Ic90ce01aeb51b6f154b9bbf4762c365a398c9e3d Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
parent
1342f5da38
commit
83188c6499
@ -730,7 +730,7 @@ void tst_QSslSocket::peerCertificateChain()
|
|||||||
QVERIFY(socket->waitForDisconnected());
|
QVERIFY(socket->waitForDisconnected());
|
||||||
|
|
||||||
// connect again to a different server
|
// connect again to a different server
|
||||||
socket->connectToHostEncrypted("trolltech.com", 443);
|
socket->connectToHostEncrypted("qt-project.org", 443);
|
||||||
socket->ignoreSslErrors();
|
socket->ignoreSslErrors();
|
||||||
QCOMPARE(socket->mode(), QSslSocket::UnencryptedMode);
|
QCOMPARE(socket->mode(), QSslSocket::UnencryptedMode);
|
||||||
QVERIFY(socket->peerCertificateChain().isEmpty());
|
QVERIFY(socket->peerCertificateChain().isEmpty());
|
||||||
|
Loading…
Reference in New Issue
Block a user