diff options
author | Ted Gould <ted@gould.cx> | 2015-01-29 20:57:16 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-01-29 20:57:16 -0600 |
commit | e4ee5134da0cf9656db9ea201f2b7b53e92ac1b7 (patch) | |
tree | 0b90e4626df64466c55586931ae7cf05def4d087 /tests/indicator-fixture.h | |
parent | af63886e47b8262189d54712dbb34383ecf83669 (diff) | |
download | ayatana-indicator-sound-e4ee5134da0cf9656db9ea201f2b7b53e92ac1b7.tar.gz ayatana-indicator-sound-e4ee5134da0cf9656db9ea201f2b7b53e92ac1b7.tar.bz2 ayatana-indicator-sound-e4ee5134da0cf9656db9ea201f2b7b53e92ac1b7.zip |
Setup the PA mock as part of the indicator test
Diffstat (limited to 'tests/indicator-fixture.h')
-rw-r--r-- | tests/indicator-fixture.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/indicator-fixture.h b/tests/indicator-fixture.h index b4893b5..a26f61d 100644 --- a/tests/indicator-fixture.h +++ b/tests/indicator-fixture.h @@ -73,10 +73,12 @@ class IndicatorFixture : public ::testing::Test } }); + g_debug("Starting System Bus"); dbus_test_service_start_tasks(_system_service); _system = g_bus_get_sync(G_BUS_TYPE_SYSTEM, nullptr, nullptr); g_dbus_connection_set_exit_on_close(_system, FALSE); + g_debug("Starting Session Bus"); dbus_test_service_start_tasks(_session_service); _session = g_bus_get_sync(G_BUS_TYPE_SESSION, nullptr, nullptr); g_dbus_connection_set_exit_on_close(_session, FALSE); |