diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-06-19 18:27:08 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-06-19 18:27:08 -0500 |
commit | 4df0aceb48e9b3d6c77f6e06c7acde89747ff878 (patch) | |
tree | d4ec7a6029401fffe3061ce43e4f6eb36de2a957 /tests | |
parent | 0c5a240c6fb66d4b2dd620c81d48a065bedeb7f7 (diff) | |
download | ayatana-indicator-session-4df0aceb48e9b3d6c77f6e06c7acde89747ff878.tar.gz ayatana-indicator-session-4df0aceb48e9b3d6c77f6e06c7acde89747ff878.tar.bz2 ayatana-indicator-session-4df0aceb48e9b3d6c77f6e06c7acde89747ff878.zip |
use the production dbus name
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-service.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-service.cc b/tests/test-service.cc index 058fc3d..76dcd75 100644 --- a/tests/test-service.cc +++ b/tests/test-service.cc @@ -170,7 +170,7 @@ class ServiceTest: public GTestDBusFixture // wait for the service to show up on the bus const guint watch_id = g_bus_watch_name_on_connection (conn, - "com.canonical.indicator.session-test", + "com.canonical.indicator.session", G_BUS_NAME_WATCHER_FLAGS_NONE, on_name_appeared, // quits the loop NULL, this, NULL); @@ -182,10 +182,10 @@ class ServiceTest: public GTestDBusFixture // get the actions & menus that the service exported. action_group = g_dbus_action_group_get (conn, - "com.canonical.indicator.session-test", + "com.canonical.indicator.session", "/com/canonical/indicator/session"); menu_model = g_dbus_menu_model_get (conn, - "com.canonical.indicator.session-test", + "com.canonical.indicator.session", "/com/canonical/indicator/session/desktop"); // the actions are added asynchronously, so wait for the actions if (!g_action_group_has_action (G_ACTION_GROUP(action_group), "about")) |