QSslSocket tests: use qt-project.org as test server instd of codereview
Change-Id: I1f3a860bf1ab24c30001059b7bcbb19fba7cbc1d Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
This commit is contained in:
parent
9d43288180
commit
7d757fc8fe
@ -192,7 +192,7 @@ void tst_QSslSocket_onDemandCertificates_member::proxyAuthenticationRequired(con
|
||||
|
||||
void tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods()
|
||||
{
|
||||
QString host("codereview.qt-project.org");
|
||||
QString host("qt-project.org");
|
||||
|
||||
// not using any root certs -> should not work
|
||||
QSslSocketPtr socket2 = newSocket();
|
||||
|
@ -189,7 +189,7 @@ void tst_QSslSocket_onDemandCertificates_static::proxyAuthenticationRequired(con
|
||||
|
||||
void tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods()
|
||||
{
|
||||
QString host("codereview.qt-project.org");
|
||||
QString host("qt-project.org");
|
||||
|
||||
// not using any root certs -> should not work
|
||||
QSslSocket::setDefaultCaCertificates(QList<QSslCertificate>());
|
||||
|
Loading…
x
Reference in New Issue
Block a user