[Telepathy-commits] [telepathy-gabble/master] test-caps-tubes: Parameters is not an allowed property any more

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


---
 tests/twisted/test-caps-tubes.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/twisted/test-caps-tubes.py b/tests/twisted/test-caps-tubes.py
index be22344..908e9ec 100644
--- a/tests/twisted/test-caps-tubes.py
+++ b/tests/twisted/test-caps-tubes.py
@@ -55,17 +55,17 @@ stream_tube_fixed_properties = dbus.Dictionary({
     CHANNEL_TYPE: CHANNEL_TYPE_STREAM_TUBE
     })
 stream_tube_allowed_properties = dbus.Array([TARGET_HANDLE,
-    TARGET_ID, TUBE_PARAMETERS, STREAM_TUBE_SERVICE])
+    TARGET_ID, STREAM_TUBE_SERVICE])
 
 dbus_tube_fixed_properties = dbus.Dictionary({
     TARGET_HANDLE_TYPE: HT_CONTACT,
     CHANNEL_TYPE: CHANNEL_TYPE_DBUS_TUBE
     })
 dbus_tube_allowed_properties = dbus.Array([TARGET_HANDLE,
-    TARGET_ID, TUBE_PARAMETERS, DBUS_TUBE_SERVICE_NAME])
+    TARGET_ID, DBUS_TUBE_SERVICE_NAME])
 
 specialized_tube_allowed_properties = dbus.Array([TARGET_HANDLE,
-    TARGET_ID, TUBE_PARAMETERS])
+    TARGET_ID])
 
 daap_fixed_properties = dbus.Dictionary({
     TARGET_HANDLE_TYPE: HT_CONTACT,
-- 
1.5.6.5




More information about the telepathy-commits mailing list