[telepathy-gabble/master] run tube tests with BytestreamS5BRelay

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Apr 3 08:41:33 PDT 2009


---
 tests/twisted/tubes/tubetestutil.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/twisted/tubes/tubetestutil.py b/tests/twisted/tubes/tubetestutil.py
index 19ff7e6..28a3b5b 100644
--- a/tests/twisted/tubes/tubetestutil.py
+++ b/tests/twisted/tubes/tubetestutil.py
@@ -12,7 +12,7 @@ from servicetest import unwrap
 from gabbletest import exec_test
 from constants import *
 from bytestream import BytestreamIBBMsg, BytestreamS5B, BytestreamSIFallbackS5CannotConnect,\
-    BytestreamSIFallbackS5WrongHash, BytestreamIBBIQ
+    BytestreamSIFallbackS5WrongHash, BytestreamIBBIQ,BytestreamS5BRelay
 
 from twisted.internet import reactor
 from twisted.internet.protocol import Factory, Protocol
@@ -222,5 +222,5 @@ def set_up_echo(name):
 
 def exec_tube_test(test):
     for bytestream_cls in [BytestreamIBBMsg, BytestreamIBBIQ, BytestreamS5B, BytestreamSIFallbackS5CannotConnect,
-            BytestreamSIFallbackS5WrongHash]:
+            BytestreamSIFallbackS5WrongHash, BytestreamS5BRelay]:
         exec_test(lambda q, bus, conn, stream: test(q, bus, conn, stream, bytestream_cls))
-- 
1.5.6.5




More information about the telepathy-commits mailing list