[telepathy-salut/master] test-caps-self: use fixed_features
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Apr 1 04:10:37 PDT 2009
---
tests/twisted/avahi/test-caps-self.py | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/tests/twisted/avahi/test-caps-self.py b/tests/twisted/avahi/test-caps-self.py
index daffcfc..791928b 100644
--- a/tests/twisted/avahi/test-caps-self.py
+++ b/tests/twisted/avahi/test-caps-self.py
@@ -11,6 +11,7 @@ import avahi
from xmppstream import setup_stream_listener, connect_to_stream
from servicetest import make_channel_proxy
+from saluttest import fixed_features
from twisted.words.xish import xpath, domish
from caps_helper import compute_caps_hash
@@ -68,7 +69,7 @@ def test(q, bus, conn):
# We support OOB file transfer
caps = compute_caps_hash(['client/pc//%s' % PACKAGE_STRING],
- [ns.SI, ns.IBB, ns.TUBES], [])
+ fixed_features, [])
check_caps(e.txt, caps)
conn_caps_iface = dbus.Interface(conn, caps_iface)
@@ -81,7 +82,7 @@ def test(q, bus, conn):
# Announced capa didn't change
caps = compute_caps_hash(['client/pc//%s' % PACKAGE_STRING],
- [ns.SI, ns.IBB, ns.TUBES], [])
+ fixed_features, [])
check_caps(e.txt, caps)
--
1.5.6.5
More information about the telepathy-commits
mailing list