[telepathy-salut/master] saluttest.py: add fixed_features

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Apr 1 04:10:37 PDT 2009


---
 tests/twisted/saluttest.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/saluttest.py b/tests/twisted/saluttest.py
index 8b2e1c7..561af92 100644
--- a/tests/twisted/saluttest.py
+++ b/tests/twisted/saluttest.py
@@ -14,9 +14,13 @@ import twisted
 from twisted.internet import reactor
 from constants import *
 from twisted.words.protocols.jabber.client import IQ
+import ns
 
 import dbus
 
+# keep sync with src/salut-capabilities.c:self_advertised_features
+fixed_features = [ns.SI, ns.IBB, ns.TUBES]
+
 def make_result_iq(iq):
     result = IQ(None, "result")
     result["id"] = iq["id"]
-- 
1.5.6.5




More information about the telepathy-commits mailing list