[Telepathy-commits] [telepathy-gabble/master] Fix jingle test: do not assume Gabble has cache for bundles

Alban Crequy alban.crequy at collabora.co.uk
Tue Aug 19 10:52:47 PDT 2008


20080521182028-a41c0-552492d27a35439916a6b2de39f574abf4878b1e.gz
---
 tests/twisted/jingle/jingletest.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/twisted/jingle/jingletest.py b/tests/twisted/jingle/jingletest.py
index 1022aef..1cd2cc4 100644
--- a/tests/twisted/jingle/jingletest.py
+++ b/tests/twisted/jingle/jingletest.py
@@ -44,8 +44,8 @@ class JingleTest:
         self.google_mode = False
 
         # Default caps for the remote end
-        self.remote_caps = { 'ext': 'voice-v1 jingle-audio jingle-video', 'ver': '0.6.0',
-                 'node': 'http://telepathy.freedesktop.org/caps' }
+        self.remote_caps = { 'ext': '', 'ver': '0.0.0',
+                 'node': 'http://example.com/fake-client0' }
 
         # Default feats for remote end
         self.remote_feats = [ 'http://www.google.com/xmpp/protocol/session',
-- 
1.5.6.3




More information about the Telepathy-commits mailing list