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:
Peter Hartmann 2013-01-29 10:37:52 +01:00 committed by The Qt Project
parent 9d43288180
commit 7d757fc8fe
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ void tst_QSslSocket_onDemandCertificates_member::proxyAuthenticationRequired(con
void tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods() 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 // not using any root certs -> should not work
QSslSocketPtr socket2 = newSocket(); QSslSocketPtr socket2 = newSocket();

View File

@ -189,7 +189,7 @@ void tst_QSslSocket_onDemandCertificates_static::proxyAuthenticationRequired(con
void tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods() 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 // not using any root certs -> should not work
QSslSocket::setDefaultCaCertificates(QList<QSslCertificate>()); QSslSocket::setDefaultCaCertificates(QList<QSslCertificate>());