qt5base-lts/tests/auto/network
Joerg Bornemann 2b2232b5ea Speed up tst_QLocalSocket::sendData
The data function for this test re-used listenAndConnect_data that
has an additional column "connections" which was never used in sendData.
Thus sendData executed three times the same code which is just uselessly
burned CI time.
Copied the actually needed code of listenAndConnect_data to sendData_data.

Change-Id: I6cdb1c1b72cb4ce7be7c13e90eea30ac09a14914
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
2016-03-03 08:25:04 +00:00
..
access Fix compilation for WinRT 2015-12-14 08:43:15 +00:00
bearer Fix compilation for WinRT 2015-12-14 08:43:15 +00:00
kernel Autotest: remove the check that broadcast = ip | ~netmask 2016-01-21 05:19:13 +00:00
socket Speed up tst_QLocalSocket::sendData 2016-03-03 08:25:04 +00:00
ssl Fix compilation for WinRT 2015-12-14 08:43:15 +00:00
network.pro Re-enable network tests on Mac OS. 2012-04-24 16:06:28 +02:00