From e917d3a28a238208ecf786cfda93dcd2893e3df2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 26 Oct 2017 23:19:26 +0200 Subject: Fork from Ubuntu's Indicator Messages. --- tests/test-client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test-client.py') diff --git a/tests/test-client.py b/tests/test-client.py index 0dbf868..5baa795 100755 --- a/tests/test-client.py +++ b/tests/test-client.py @@ -16,9 +16,9 @@ class MessagingMenuTest(dbusmock.DBusTestCase): klass.bus = klass.get_dbus(False) def setUp(self): - name = 'com.canonical.indicator.messages' - obj_path = '/com/canonical/indicator/messages/service' - iface = 'com.canonical.indicator.messages.service' + name = 'org.ayatana.indicator.messages' + obj_path = '/org/ayatana/indicator/messages/service' + iface = 'org.ayatana.indicator.messages.service' self.messaging_service = self.spawn_server(name, obj_path, iface, stdout=subprocess.PIPE) self.mock = dbus.Interface(self.bus.get_object(name, obj_path), dbusmock.MOCK_IFACE) -- cgit v1.2.3