From f56437934c2af27781d361e410aeb6b7c3768fea Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 3 Oct 2013 16:57:59 +0100 Subject: [PATCH 16/22] Fix StreamTube namespaces in regression test .client file It's StreamTube1 these days. --- tests/twisted/telepathy/clients/AbiWord.client | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/twisted/telepathy/clients/AbiWord.client b/tests/twisted/telepathy/clients/AbiWord.client index fcbb995..7d4a298 100644 --- a/tests/twisted/telepathy/clients/AbiWord.client +++ b/tests/twisted/telepathy/clients/AbiWord.client @@ -2,14 +2,14 @@ Interfaces=im.telepathy1.Client.Handler [im.telepathy1.Client.Handler.HandlerChannelFilter 0] -im.telepathy1.Channel.ChannelType s=im.telepathy1.Channel.Type.StreamTube +im.telepathy1.Channel.ChannelType s=im.telepathy1.Channel.Type.StreamTube1 im.telepathy1.Channel.TargetHandleType u=1 -im.telepathy1.Channel.Type.StreamTube.Service s=x-abiword +im.telepathy1.Channel.Type.StreamTube1.Service s=x-abiword [im.telepathy1.Client.Handler.HandlerChannelFilter 1] -im.telepathy1.Channel.ChannelType s=im.telepathy1.Channel.Type.StreamTube +im.telepathy1.Channel.ChannelType s=im.telepathy1.Channel.Type.StreamTube1 im.telepathy1.Channel.TargetHandleType u=2 -im.telepathy1.Channel.Type.StreamTube.Service s=x-abiword +im.telepathy1.Channel.Type.StreamTube1.Service s=x-abiword [im.telepathy1.Client.Handler.Capabilities] com.example.Foo=true -- 1.8.4.rc3