[Telepathy-commits] [telepathy-gabble/master] offer-private-dbus-tube-ibb.py: check ServiceName and DBusNames in channel-properties

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Jan 27 02:33:02 PST 2009


---
 tests/twisted/tubes/offer-private-dbus-tube-ibb.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/tubes/offer-private-dbus-tube-ibb.py b/tests/twisted/tubes/offer-private-dbus-tube-ibb.py
index 57f2a3b..a764352 100644
--- a/tests/twisted/tubes/offer-private-dbus-tube-ibb.py
+++ b/tests/twisted/tubes/offer-private-dbus-tube-ibb.py
@@ -228,6 +228,8 @@ def offer_new_dbus_tube(q, bus, conn, stream, self_handle, alice_handle):
     assert tube_props[REQUESTED] == True
     assert tube_props[INITIATOR_HANDLE] == self_handle
     assert tube_props[INITIATOR_ID] == "test at localhost"
+    assert tube_props[DBUS_TUBE_SERVICE_NAME] == 'com.example.TestCase'
+    assert DBUS_TUBE_DBUS_NAMES not in tube_props
     assert TUBE_PARAMETERS not in tube_props
     assert TUBE_STATUS not in tube_props
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list