qt5base-lts/tests/auto/network
Shane Kearns 0443a51228 Fix QNetworkReply test cases that use the MiniHttpServer on windows
The "happy eyeballs" connection code means that IPv4 and IPv6 connections
are both attempted for a http request.
For a normal http server, this is no problem, but the MiniHttpServer in
the test code is very simplistic and cannot cope with more than one
client connected at the same time.
On windows this causes all these tests to fail with timeouts.
Changed the MiniHttpServer to listen on IPv4 only instead of Any address.

Change-Id: I81e249997d894d266001da474a351b1f5642599e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2011-12-19 19:08:57 +01:00
..
access Fix QNetworkReply test cases that use the MiniHttpServer on windows 2011-12-19 19:08:57 +01:00
bearer Re-enabled tests 2011-10-26 02:58:36 +02:00
kernel Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
socket fix QMutex warning in tst_QLocalSocket::threadedConnection 2011-12-15 15:39:24 +01:00
ssl Check we're connected before startClientEncryption() 2011-12-07 12:55:28 +01:00
network.pro Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00