[telepathy-gabble/master] pass an empty array as fallback-socks5-proxies in tests

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Apr 13 04:32:05 PDT 2009


This is to avoid flooding debug output with lot of IQ stanzas (b.fd.o
---
 tests/twisted/gabbletest.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/gabbletest.py b/tests/twisted/gabbletest.py
index 72f6c91..ca57fcb 100644
--- a/tests/twisted/gabbletest.py
+++ b/tests/twisted/gabbletest.py
@@ -292,6 +292,7 @@ def make_connection(bus, event_func, params=None):
         'resource': 'Resource',
         'server': 'localhost',
         'port': dbus.UInt32(4242),
+        'fallback-socks5-proxies': dbus.Array([], signature='s'),
         }
 
     if params:
-- 
1.5.6.5



More information about the telepathy-commits mailing list