Commit: e90c260d7d2178818e6a048d51e62646faa43ec1
Parent: 5c3174b42c689baee5575fe695a6df1768b736ae
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2013-01-10 14:29:07
Tree: ada5c7b195a45b50d18b653d424328cda7ea7404

unit: Avoid D-Bus calling _exit() during SDP tests While running tests, the D-Bus library was set to call _exit() when the client leaves the bus. This caused the second test to be interrupted without providing a PASS/FAIL result. This was confirmed by running test-sdp with DBUS_VERBOSE=1. This commit disables this behavior, which does not exist on BlueZ because g_dbus_set_disconnect_function() implicitly does this.

Diffstat

M unit/test-gdbus-client.c | 3 +++

1 files changed, 3 insertions(+), 0 deletions(-)

View Full Diff | Patch