[Telepathy-commits] [telepathy-gabble/master] RequestChannel(SM, Contact, n != 0) yields a named channel now; update test
Will Thompson
will.thompson at collabora.co.uk
Tue Sep 23 02:56:42 PDT 2008
---
.../jingle/test-outgoing-call-deprecated.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/jingle/test-outgoing-call-deprecated.py b/tests/twisted/jingle/test-outgoing-call-deprecated.py
index cf4f334..3b1d635 100644
--- a/tests/twisted/jingle/test-outgoing-call-deprecated.py
+++ b/tests/twisted/jingle/test-outgoing-call-deprecated.py
@@ -52,7 +52,9 @@ def test(q, bus, conn, stream):
channel_props = group_iface.GetAll(
'org.freedesktop.Telepathy.Channel',
dbus_interface='org.freedesktop.DBus.Properties')
- assert channel_props['TargetID'] == '', channel_props
+ assert channel_props['TargetHandleType'] == 1, channel_props
+ assert channel_props['TargetHandle'] == handle, channel_props
+ assert channel_props['TargetID'] == 'foo at bar.com', channel_props
# Exercise FUTURE properties
future_props = group_iface.GetAll(
--
1.5.6.5
More information about the Telepathy-commits
mailing list