summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-03-01 09:38:45 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-01 10:40:08 +0100
commit9e893f68104689b057bffeb57e892163e2561b20 (patch)
tree262d6ceed373a706992f53b10c7b70aa8d4a7d4d /tests/auto
parentba5dd0d6c04233fa08aaa1a1813b0c122199c7a7 (diff)
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>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/other/networkselftest/tst_networkselftest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/networkselftest/tst_networkselftest.cpp b/tests/auto/other/networkselftest/tst_networkselftest.cpp
index 841df6e1f0..ebb8443748 100644
--- a/tests/auto/other/networkselftest/tst_networkselftest.cpp
+++ b/tests/auto/other/networkselftest/tst_networkselftest.cpp
@@ -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