[Telepathy-commits] [telepathy-gabble/master] offer-muc-stream-tube-ibb.py: Status has been renamed to State
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Jan 27 09:26:42 PST 2009
---
tests/twisted/tubes/offer-muc-stream-tube-ibb.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/twisted/tubes/offer-muc-stream-tube-ibb.py b/tests/twisted/tubes/offer-muc-stream-tube-ibb.py
index 37f8a0d..2b4d1e2 100644
--- a/tests/twisted/tubes/offer-muc-stream-tube-ibb.py
+++ b/tests/twisted/tubes/offer-muc-stream-tube-ibb.py
@@ -208,7 +208,7 @@ def test(q, bus, conn, stream):
tube_props = tube_chan.GetAll(CHANNEL_IFACE_TUBE, dbus_interface=PROPERTIES_IFACE,
byte_arrays=True)
assert tube_props['Parameters'] == sample_parameters
- assert tube_props['Status'] == TUBE_CHANNEL_STATE_OPEN
+ assert tube_props['State'] == TUBE_CHANNEL_STATE_OPEN
tubes = tubes_iface.ListTubes(byte_arrays=True)
assert tubes == [(
@@ -360,7 +360,7 @@ def test(q, bus, conn, stream):
tube_props = tube_chan.GetAll(CHANNEL_IFACE_TUBE, dbus_interface=PROPERTIES_IFACE)
assert tube_props['Parameters'] == {'foo': 'bar'}
- assert tube_props['Status'] == TUBE_CHANNEL_STATE_NOT_OFFERED
+ assert tube_props['State'] == TUBE_CHANNEL_STATE_NOT_OFFERED
# offer the tube
call_async(q, stream_tube_iface, 'OfferStreamTube',
--
1.5.6.5
More information about the telepathy-commits
mailing list