gtestdbus: Properly close server connections
Submitted by Stef Walter
Assigned to David Zeuthen
Link to original bug (#711807)
Description
g_test_dbus_down() following a g_test_dbus_stop() just hangs until a timeout. This a documented sequence of calls. Patch fixes the issue. May be a better way to accomplish this?