[Telepathy-commits] [telepathy-gabble/master] servicetest: add SimplePresence and Requests to the magical interface list

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Mar 11 05:39:02 PDT 2009


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

diff --git a/tests/twisted/servicetest.py b/tests/twisted/servicetest.py
index e63235e..b8485e1 100644
--- a/tests/twisted/servicetest.py
+++ b/tests/twisted/servicetest.py
@@ -426,7 +426,7 @@ def make_connection(bus, event_func, name, proto, params):
         dict([
             (name, tp_name_prefix + '.Connection.Interface.' + name)
             for name in ['Aliasing', 'Avatars', 'Capabilities', 'Contacts',
-              'Presence']] +
+              'Presence', 'SimplePresence', 'Requests']] +
         [('Peer', 'org.freedesktop.DBus.Peer')]))
 
     bus.add_signal_receiver(
-- 
1.5.6.5




More information about the telepathy-commits mailing list