[Telepathy-commits] [telepathy-gabble/master] rename TUBE_STATUS to TUBE_STATE

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


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

diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index b65c618..769bd9d 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -28,7 +28,7 @@ NOT_IMPLEMENTED = ERRORS + '.NotImplemented'
 NOT_AVAILABLE = ERRORS + '.NotAvailable'
 
 TUBE_PARAMETERS = CHANNEL_IFACE_TUBE + '.Parameters'
-TUBE_STATUS = CHANNEL_IFACE_TUBE + '.Status'
+TUBE_STATE = CHANNEL_IFACE_TUBE + '.State'
 STREAM_TUBE_SERVICE = CHANNEL_TYPE_STREAM_TUBE + '.Service'
 DBUS_TUBE_SERVICE_NAME = CHANNEL_TYPE_DBUS_TUBE + '.ServiceName'
 
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 3b464e5..853ea03 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
@@ -310,7 +310,7 @@ def test(q, bus, conn, stream):
     new_chan_path = ret.value[0]
     new_chan_prop_asv = ret.value[1]
     # State and Parameters are mutables so not announced
-    assert (TUBE_STATUS) not in new_chan_prop_asv
+    assert (TUBE_STATE) not in new_chan_prop_asv
     assert (TUBE_PARAMETERS) not in new_chan_prop_asv
     assert new_chan_path.find("StreamTube") != -1, new_chan_path
     assert new_chan_path.find("SITubesChannel") == -1, new_chan_path
-- 
1.5.6.5



More information about the telepathy-commits mailing list