[telepathy-gabble/master] test-fallback-socks5-proxy.py: fix DBusTube.Offer() call

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue May 26 03:42:57 PDT 2009


---
 tests/twisted/test-fallback-socks5-proxy.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/test-fallback-socks5-proxy.py b/tests/twisted/test-fallback-socks5-proxy.py
index 739df69..0c5d560 100644
--- a/tests/twisted/test-fallback-socks5-proxy.py
+++ b/tests/twisted/test-fallback-socks5-proxy.py
@@ -55,7 +55,7 @@ def test(q, bus, conn, stream):
     tube_chan = bus.get_object(conn.bus_name, path)
     dbus_tube_iface = dbus.Interface(tube_chan, cs.CHANNEL_TYPE_DBUS_TUBE)
 
-    dbus_tube_iface.Offer({})
+    dbus_tube_iface.Offer({}, cs.SOCKET_ACCESS_CONTROL_CREDENTIALS)
 
     e = q.expect('stream-iq', to='alice at localhost/Test')
 
-- 
1.5.6.5



More information about the telepathy-commits mailing list