[Telepathy-commits] [telepathy-gabble/master] offer-accept-private-dbus-stream-tube-socks5: no need to call listen_socks5 any more

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Feb 25 04:32:16 PST 2009


---
 ...offer-accept-private-dbus-stream-tube-socks5.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-socks5.py b/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-socks5.py
index 1b1ba52..c8aa9be 100644
--- a/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-socks5.py
+++ b/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-socks5.py
@@ -12,7 +12,7 @@ import constants as cs
 import ns
 import tubetestutil as t
 from bytestream import expect_socks5_reply, create_si_offer, parse_si_reply,\
-    create_si_reply, parse_si_offer, listen_socks5, BytestreamS5B
+    create_si_reply, parse_si_offer, BytestreamS5B
 
 from twisted.words.xish import domish, xpath
 
@@ -466,8 +466,6 @@ def test(q, bus, conn, stream):
     tube = xpath.queryForNodes('/iq//si/tube[@xmlns="%s"]' % ns.TUBES, event.stanza)
     assert len(tube) == 1
 
-    port = listen_socks5(q)
-
     expected = EventPattern('dbus-return', method='AcceptDBusTube')
 
     # Init the SOCKS5 bytestream
-- 
1.5.6.5




More information about the telepathy-commits mailing list