[telepathy-gabble/master] run tubes test with BytestreamS5BRelayBugged
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 28a3b5b..1e870f5 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,BytestreamS5BRelay
+ BytestreamSIFallbackS5WrongHash, BytestreamIBBIQ, BytestreamS5BRelay, BytestreamS5BRelayBugged
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, BytestreamS5BRelay]:
+ BytestreamSIFallbackS5WrongHash, BytestreamS5BRelay, BytestreamS5BRelayBugged]:
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