telepathy-gabble: servicetest: wrap_channel: add 'Channel' wrapper
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Thu Oct 3 05:11:32 PDT 2013
Module: telepathy-gabble
Branch: master
Commit: c90d8173fbe46d23c0e37153c63caf3ea53ea52c
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=c90d8173fbe46d23c0e37153c63caf3ea53ea52c
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Thu Oct 3 12:30:06 2013 +0200
servicetest: wrap_channel: add 'Channel' wrapper
---
tests/twisted/servicetest.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/servicetest.py b/tests/twisted/servicetest.py
index c464d8f..dafdb64 100644
--- a/tests/twisted/servicetest.py
+++ b/tests/twisted/servicetest.py
@@ -637,6 +637,7 @@ def wrap_connection(conn):
def wrap_channel(chan, type_, extra=None):
interfaces = {
type_: tp_name_prefix + '.Channel.Type.' + type_,
+ 'Channel': tp_name_prefix + '.Channel',
'Group': tp_name_prefix + '.Channel.Interface.Group',
}
More information about the telepathy-commits
mailing list