[Telepathy-commits] [telepathy-gabble/master] offer-private-stream-tube: no need to run test with BytestreamSIFallback any more

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Mar 2 06:37:29 PST 2009


---
 tests/twisted/tubes/offer-private-stream-tube.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/tests/twisted/tubes/offer-private-stream-tube.py b/tests/twisted/tubes/offer-private-stream-tube.py
index f663d46..8c6571a 100644
--- a/tests/twisted/tubes/offer-private-stream-tube.py
+++ b/tests/twisted/tubes/offer-private-stream-tube.py
@@ -7,7 +7,6 @@ from gabbletest import acknowledge_iq, sync_stream, exec_test
 import constants as cs
 import ns
 import tubetestutil as t
-from bytestream import BytestreamSIFallback
 
 from twisted.words.xish import domish, xpath
 
@@ -397,8 +396,4 @@ def test(q, bus, conn, stream, bytestream_cls):
     q.expect('dbus-signal', signal='StatusChanged', args=[2, 1])
 
 if __name__ == '__main__':
-    def test_si_fallback(q, bus, conn, stream):
-        test(q, bus, conn, stream, BytestreamSIFallback)
-
     t.exec_tube_test(test)
-    exec_test(test_si_fallback)
-- 
1.5.6.5




More information about the telepathy-commits mailing list