[Telepathy-commits] [telepathy-gabble/master] enable jid checking as SOCKS5 is now fixed

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Mar 17 09:43:12 PDT 2009


---
 tests/twisted/bytestream.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/tests/twisted/bytestream.py b/tests/twisted/bytestream.py
index 9e13457..3676232 100644
--- a/tests/twisted/bytestream.py
+++ b/tests/twisted/bytestream.py
@@ -280,9 +280,7 @@ class BytestreamS5B(Bytestream):
         id, mode, sid, hosts = self._expect_socks5_init()
 
         for jid, host, port in hosts:
-            pass
-            # FIXME: re-enabled once SOCKS5 is fixed
-            #assert jid == self.initiator, jid
+            assert jid == self.initiator, jid
 
         assert mode == 'tcp'
         assert sid == self.stream_id
-- 
1.5.6.5




More information about the telepathy-commits mailing list