qt5base-lts/tests/auto/dbus
Thiago Macieira 7b6ab50c68 Remove the hardcoding of Unix socket paths for QtDBus
This allows the tests to be run on Windows too by using TCP socket
connections instead of requiring Unix sockets. The tests shouldn't have
hardcoded the path, which came from QDBusServer anyway. Now the tests
simply defer to QDBusServer.

This is a slight behavior change for Windows, but not one that should
matter since anyone who was using the default constructor resulted in a
QDBusServer that failed to listen.

[ChangeLog][QtDBus][QDBusServer] Fixed a bug that made QDBusServer's
default constructor try to bind to a Unix socket on non-Unix systems.
Now QDBusServer will attempt to bind to a TCP socket instead.

Change-Id: I2a126019671c2d90257e739ed3aff7938d1fe946
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
2014-12-20 07:36:42 +01:00
..
qdbusabstractadaptor Remove the hardcoding of Unix socket paths for QtDBus 2014-12-20 07:36:42 +01:00
qdbusabstractinterface Remove the hardcoding of Unix socket paths for QtDBus 2014-12-20 07:36:42 +01:00
qdbusconnection Remove the hardcoding of Unix socket paths for QtDBus 2014-12-20 07:36:42 +01:00
qdbusconnection_no_bus tst_qdbusconnection_no_bus: Fix build on Windows 2014-12-20 07:36:34 +01:00
qdbuscontext Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusinterface Remove the hardcoding of Unix socket paths for QtDBus 2014-12-20 07:36:42 +01:00
qdbuslocalcalls Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusmarshall Make QtDBus compile without libdbus-1 headers, if dlopening 2014-12-01 20:03:33 +01:00
qdbusmetaobject Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusmetatype Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbuspendingcall Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbuspendingreply Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusreply Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusservicewatcher Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusthreading Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbustype Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusxmlparser Update license headers and add new license files 2014-09-24 12:26:19 +02:00
dbus.pro Revert c3f485c525 2013-08-08 09:22:29 +02:00