qt5base-lts/tests/auto/network/socket/qlocalsocket
Andrew Stanley-Jones d1abf3e3e7 Fix the qlocalsocket test
This test is broken in a couple of ways. A few one line fixes
combined into a single patch.

1. Linux is the only OS that does
abstract unix domain sockets by prepending a null as the first
character.  Don't test this on non-Linux platforms and expect
it to pass.

2. Change QVERIFY2 to QCOMPARE so we can see why this
fails in CI but no on the local system.  Use QCOMPARE
where possible.

Change-Id: Ic3d2cf9696730dc4d6589539fdfe8a48ccf28de5
Reviewed-by: Alex <alex.blasche@nokia.com>
2012-02-21 22:31:00 +01:00
..
example Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
lackey Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
test all remaining tests: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
.gitignore Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
qlocalsocket.pro Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
tst_qlocalsocket.cpp Fix the qlocalsocket test 2012-02-21 22:31:00 +01:00