Skip the network SSL test on Windows.
For SSL, this would require an OpenSSL library to be installed. Change-Id: I2a320e7faf40ef925c90dbe539f912e4a8fc13fc Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
This commit is contained in:
parent
ba5dd0d6c0
commit
9e893f6810
@ -938,7 +938,7 @@ void tst_NetworkSelfTest::socks5ProxyAuth()
|
||||
void tst_NetworkSelfTest::supportsSsl()
|
||||
{
|
||||
#ifdef QT_NO_SSL
|
||||
QFAIL("SSL not compiled in");
|
||||
QSKIP("SSL not compiled in");
|
||||
#else
|
||||
QVERIFY2(QSslSocket::supportsSsl(), "Could not load SSL libraries");
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user