[Pkg-telepathy-commits] [telepathy-mission-control-6] 70/280: servicetest: new interface on conn/channel wrappers

Simon McVittie smcv at debian.org
Thu Mar 27 20:07:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 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 file changed, 3 insertions(+)

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,
         }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list