diff options
author | Ted Gould <ted@gould.cx> | 2014-11-11 18:37:59 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-11-11 18:37:59 -0600 |
commit | bb6126b670654941f717b0b12c5cf94a2ba1b56e (patch) | |
tree | f5c57a8a4896a9f43710bd7d326e8138f6a70450 /tests/media-player-user.cc | |
parent | b70244a3e24cc666a640445dbc190db8a44f556c (diff) | |
download | ayatana-indicator-sound-bb6126b670654941f717b0b12c5cf94a2ba1b56e.tar.gz ayatana-indicator-sound-bb6126b670654941f717b0b12c5cf94a2ba1b56e.tar.bz2 ayatana-indicator-sound-bb6126b670654941f717b0b12c5cf94a2ba1b56e.zip |
Putting the accounts service mock onto the system bus
Diffstat (limited to 'tests/media-player-user.cc')
-rw-r--r-- | tests/media-player-user.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/media-player-user.cc b/tests/media-player-user.cc index 32c1181..9214961 100644 --- a/tests/media-player-user.cc +++ b/tests/media-player-user.cc @@ -40,13 +40,11 @@ class MediaPlayerUserTest : public ::testing::Test virtual void SetUp() { service = dbus_test_service_new(NULL); - + dbus_test_service_set_bus(service, DBUS_TEST_SERVICE_BUS_BOTH); dbus_test_service_add_task(service, (DbusTestTask*)service_mock); dbus_test_service_start_tasks(service); - g_setenv("DBUS_SYSTEM_BUS_ADDRESS", g_getenv("DBUS_SESSION_BUS_ADDRESS"), TRUE); - session = g_bus_get_sync(G_BUS_TYPE_SESSION, NULL, NULL); ASSERT_NE(nullptr, session); g_dbus_connection_set_exit_on_close(session, FALSE); |