[Telepathy-commits] [telepathy-gabble/master] Remove unnecessary and dangerous sync_stream

Will Thompson will.thompson at collabora.co.uk
Mon Mar 2 08:08:56 PST 2009


This sometimes meant the event caused by sending the data was swallowed,
breaking tests that expected something to happen after calling send_data

Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
---
 tests/twisted/bytestream.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/bytestream.py b/tests/twisted/bytestream.py
index 85255a0..6b5a449 100644
--- a/tests/twisted/bytestream.py
+++ b/tests/twisted/bytestream.py
@@ -368,7 +368,6 @@ class BytestreamIBB(Bytestream):
 
         send_ibb_msg_data(self.stream, from_, to, self.stream_id,
             self.seq, data)
-        sync_stream(self.q, self.stream)
 
         self.seq += 1
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list