summaryrefslogtreecommitdiffstats
path: root/tests/auto/platformsocketengine
Commit message (Collapse)AuthorAgeFilesLines
* Fix ignored messages in platformsocketengine testShane Kearns2011-02-231-3/+5
| | | | Reviewed-by: Markus Goetz
* Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2011-02-071-4/+2
| | | | | | | | | Conflicts: src/network/access/qnetworkaccessmanager.cpp src/network/bearer/qnetworksession.cpp src/network/kernel/qnetworkproxy_symbian.cpp src/network/socket/qnativesocketengine_unix.cpp tests/auto/platformsocketengine/tst_platformsocketengine.cpp
* Fix low level broadcast test on symbianShane Kearns2011-02-031-2/+28
| | | | | | | | | | | | | | Broadcast and multicast are optional features for network interfaces on Symbian. WLAN supports both, while IPv4 and IPv6 loopback support only multicast. The test tries to start the bearer, to get an interface that does support broadcast. There is an expect fail for the 0 bytes written case, as this is what happens on symbian if none of the interfaces support broadcast. On the phones which don't have WLAN, this is likely. Reviewed-by: Markus Goetz
* Platform socket engine test fixes & update TODOsShane Kearns2010-12-101-6/+19
| | | | Reviewed-by: Markus Goetz
* Fixes for socket engine autotest failuresShane Kearns2010-12-102-5/+21
| | | | Reviewed-by: Markus Goetz
* Make tst_platformsocketengine workMarkus Goetz2010-12-093-58/+64
| | | | | | Compile and instanciate the right engine. Reviewed-by: Shane Kearns
* Move tst_qnativesocketengine to tst_platformsocketengineMarkus Goetz2010-12-094-0/+738