[Telepathy-commits] [telepathy-gabble/master] run all tubes tests with BytestreamSIFallback too

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Mar 2 03:57:54 PST 2009


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

diff --git a/tests/twisted/tubes/tubetestutil.py b/tests/twisted/tubes/tubetestutil.py
index 6cc1c03..c41509b 100644
--- a/tests/twisted/tubes/tubetestutil.py
+++ b/tests/twisted/tubes/tubetestutil.py
@@ -11,7 +11,7 @@ from dbus import PROPERTIES_IFACE
 from servicetest import unwrap
 from gabbletest import exec_test
 from constants import *
-from bytestream import BytestreamIBB, BytestreamS5B
+from bytestream import BytestreamIBB, BytestreamS5B, BytestreamSIFallback
 
 from twisted.internet import reactor
 from twisted.internet.protocol import Factory, Protocol
@@ -226,5 +226,9 @@ def exec_tube_test(test):
     def test_socks5(q, bus, conn, stream):
         test(q, bus, conn, stream, BytestreamS5B)
 
+    def test_si_fallback(q, bus, conn, stream):
+        test(q, bus, conn, stream, BytestreamSIFallback)
+
     exec_test(test_ibb)
     exec_test(test_socks5)
+    exec_test(test_si_fallback)
-- 
1.5.6.5




More information about the telepathy-commits mailing list