qt5base-lts/tests/auto/network
Rohan McGovern f4dd033f41 Fixed qsslsocket_onDemandCertificates_{static,member}
This test had been XFAILing since August 2011, but recently started to
XPASS, possibly due to changes in the SSL setup on the tested host
(qt.nokia.com).

Removed QEXPECT_FAIL and replaced qt.nokia.com with
codereview.qt-project.org as a host expected to have working SSL.  (If
SSL on the latter were broken, it would immediately be detected by
any attempts at git over HTTPS.)

SSL setup can be verified as working by:

  openssl s_client -CApath /etc/ssl/certs \
    -connect codereview.qt-project.org:443 </dev/null

Task-number: QTBUG-20983
Change-Id: I9b4146da6545ab4115d6308044b1d242dd52b7f9
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
2012-06-28 02:18:42 +02:00
..
access Implement RFC6265 test suite 2012-06-27 00:46:35 +02:00
bearer Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork] 2012-05-04 12:46:05 +02:00
kernel Fix QDnsLookup test again after public DNS servers changed 2012-06-14 00:05:40 +02:00
socket Handle fragmented responses on SOCKS5 control channel 2012-06-21 00:58:19 +02:00
ssl Fixed qsslsocket_onDemandCertificates_{static,member} 2012-06-28 02:18:42 +02:00
network.pro Re-enable network tests on Mac OS. 2012-04-24 16:06:28 +02:00