aboutsummaryrefslogtreecommitdiff
path: root/tests/indicator-fixture.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2015-01-29 20:57:16 -0600
committerTed Gould <ted@gould.cx>2015-01-29 20:57:16 -0600
commite4ee5134da0cf9656db9ea201f2b7b53e92ac1b7 (patch)
tree0b90e4626df64466c55586931ae7cf05def4d087 /tests/indicator-fixture.h
parentaf63886e47b8262189d54712dbb34383ecf83669 (diff)
downloadayatana-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.h2
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);