[Telepathy-commits] [telepathy-gabble/master] offer-accept-private-dbus-stream-tube-ibb TUBE_STATUS has been renamed to TUBE_STATE

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Jan 27 09:15:15 PST 2009


---
 .../offer-accept-private-dbus-stream-tube-ibb.py   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-ibb.py b/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-ibb.py
index d17562a..12f534e 100644
--- a/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-ibb.py
+++ b/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-ibb.py
@@ -334,7 +334,7 @@ def test(q, bus, conn, stream):
     check_NewChannels_signal(new_sig.args, CHANNEL_TYPE_STREAM_TUBE, new_chan_path, \
             bob_handle, 'bob at localhost', conn.GetSelfHandle())
     stream_tube_channel_properties = new_sig.args[0][0]
-    assert TUBE_STATUS not in stream_tube_channel_properties
+    assert TUBE_STATE not in stream_tube_channel_properties
     assert TUBE_PARAMETERS not in stream_tube_channel_properties
 
     check_conn_properties(q, bus, conn, stream,
@@ -389,7 +389,7 @@ def test(q, bus, conn, stream):
         bob_handle, "bob at localhost", self_handle)
 
     props = new_chans.args[0][0][1]
-    assert TUBE_STATUS not in props
+    assert TUBE_STATE not in props
     assert TUBE_PARAMETERS not in props
 
     # We offered a tube using the old tube API and created one with the new
-- 
1.5.6.5




More information about the telepathy-commits mailing list