[next] telepathy-mission-control: servicetest: new interface on conn/ channel wrappers

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Oct 9 09:25:25 PDT 2013


Module: telepathy-mission-control
Branch: next
Commit: dc57fdd1aeb39946e56aa7266da75a133706bed6
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=dc57fdd1aeb39946e56aa7266da75a133706bed6

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Oct  9 12:25:05 2013 -0400

servicetest: new interface on conn/channel wrappers

>From Gabble.

---

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

diff --git a/tests/twisted/servicetest.py b/tests/twisted/servicetest.py
index 134f8a1..fc86b91 100644
--- a/tests/twisted/servicetest.py
+++ b/tests/twisted/servicetest.py
@@ -638,13 +638,16 @@ def wrap_connection(conn):
          ('MailNotification', cs.CONN_IFACE_MAIL_NOTIFICATION),
          ('ContactList', cs.CONN_IFACE_CONTACT_LIST),
          ('ContactGroups', cs.CONN_IFACE_CONTACT_GROUPS),
+         ('ContactBlocking', cs.CONN_IFACE_CONTACT_BLOCKING),
          ('PowerSaving', cs.CONN_IFACE_POWER_SAVING),
          ('Addressing', cs.CONN_IFACE_ADDRESSING),
+         ('ClientTypes', cs.CONN_IFACE_CLIENT_TYPES),
         ]))
 
 def wrap_channel(chan, type_, extra=None):
     interfaces = {
         type_: tp_name_prefix + '.Channel.Type.' + type_,
+        'Channe': cs.CHANNEL,
         'Group': cs.CHANNEL_IFACE_GROUP,
         }
 



More information about the telepathy-commits mailing list