[Telepathy-commits] [telepathy-gabble/master] accept-muc-stream-tube-ibb: check if tube parameters are announced

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Feb 11 04:32:18 PST 2009


---
 tests/twisted/tubes/accept-muc-stream-tube-ibb.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/tubes/accept-muc-stream-tube-ibb.py b/tests/twisted/tubes/accept-muc-stream-tube-ibb.py
index 5066f3f..a508dc6 100644
--- a/tests/twisted/tubes/accept-muc-stream-tube-ibb.py
+++ b/tests/twisted/tubes/accept-muc-stream-tube-ibb.py
@@ -183,6 +183,7 @@ def test(q, bus, conn, stream):
     assert props[TARGET_HANDLE] == room_handle
     assert props[TARGET_ID] == 'chat at conf.localhost'
     assert props[STREAM_TUBE_SERVICE] == 'echo'
+    assert props[TUBE_PARAMETERS] == {'s': 'hello', 'ay': 'hello', 'u': 123, 'i': -123}
 
     tube_chan = bus.get_object(conn.bus_name, path)
     tube_props = tube_chan.GetAll(CHANNEL_IFACE_TUBE, dbus_interface=PROPERTIES_IFACE,
-- 
1.5.6.5




More information about the telepathy-commits mailing list