[telepathy-haze/master] Tests: explicitly disable require-encryption

Will Thompson will.thompson at collabora.co.uk
Tue Aug 25 08:19:26 PDT 2009


Recent versions of prpl-jabber set this to True by default, which broke
the tests.
---
 tests/twisted/hazetest.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/hazetest.py b/tests/twisted/hazetest.py
index d2960f8..e1a817b 100644
--- a/tests/twisted/hazetest.py
+++ b/tests/twisted/hazetest.py
@@ -270,6 +270,7 @@ def make_connection(bus, event_func, params=None):
         'server': 'localhost',
         # FIXME: the spec says this is a UInt32 and Gabble agrees
         'port': dbus.Int32(4242),
+        'require-encryption': False,
         }
 
     if params:
-- 
1.5.6.5




More information about the telepathy-commits mailing list