[Telepathy-commits] [telepathy-salut/master] Add ActivityProperties and BuddyInfo to interfaces

Sjoerd Simons sjoerd.simons at collabora.co.uk
Mon Sep 15 11:53:25 PDT 2008


---
 tests/twisted/servicetest.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/servicetest.py b/tests/twisted/servicetest.py
index 004e52b..69ef0f9 100644
--- a/tests/twisted/servicetest.py
+++ b/tests/twisted/servicetest.py
@@ -410,7 +410,9 @@ def make_connection(bus, event_func, name, proto, params):
             (name, tp_name_prefix + '.Connection.Interface.' + name)
             for name in ['Aliasing', 'Avatars', 'Capabilities', 'Contacts',
               'Presence']] +
-        [('Peer', 'org.freedesktop.DBus.Peer')]))
+        [  ('ActivityProperties', 'org.laptop.Telepathy.ActivityProperties'),
+           ('BuddyInfo', 'org.laptop.Telepathy.BuddyInfo'),
+           ('Peer', 'org.freedesktop.DBus.Peer')]))
 
     bus.add_signal_receiver(
         lambda *args, **kw:
-- 
1.5.6.5




More information about the Telepathy-commits mailing list