[Telepathy-commits] [telepathy-salut/master] test-tube.py: Status has been renamed to State
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Jan 27 09:14:35 PST 2009
---
tests/twisted/avahi/test-tube.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/avahi/test-tube.py b/tests/twisted/avahi/test-tube.py
index 6f6aef1..7059c5e 100644
--- a/tests/twisted/avahi/test-tube.py
+++ b/tests/twisted/avahi/test-tube.py
@@ -95,7 +95,7 @@ def check_channel_properties(q, bus, conn, channel, channel_type,
tube_props = channel.GetAll(
'org.freedesktop.Telepathy.Channel.Interface.Tube.DRAFT',
dbus_interface='org.freedesktop.DBus.Properties')
- assert tube_props['Status'] == state, tube_props['Status']
+ assert tube_props['State'] == state, tube_props['State']
# no strict check but at least check the properties exist
assert tube_props.has_key('Parameters')
--
1.5.6.5
More information about the telepathy-commits
mailing list