summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-03 12:30:06 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-03 12:30:06 +0200
commitc90d8173fbe46d23c0e37153c63caf3ea53ea52c (patch)
tree826c4a13e8b8e63f2d85117c01a4d76d35450009
parenta0e88206be4bc04f685cea57db39c5b0d9314603 (diff)
servicetest: wrap_channel: add 'Channel' wrapper
-rw-r--r--tests/twisted/servicetest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/twisted/servicetest.py b/tests/twisted/servicetest.py
index c464d8f68..dafdb64e8 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',
}