[Telepathy-commits] [telepathy-gabble/master] Sync tests/twisted/text/respawn.py with branch master: it should not have been changed in this branch (alban-request-tube-channel)

Alban Crequy alban.crequy at collabora.co.uk
Mon Nov 3 11:21:02 PST 2008


---
 tests/twisted/text/respawn.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/text/respawn.py b/tests/twisted/text/respawn.py
index 86191c1..96d591a 100644
--- a/tests/twisted/text/respawn.py
+++ b/tests/twisted/text/respawn.py
@@ -62,6 +62,12 @@ def test(q, bus, conn, stream):
     assert emitted_props['org.freedesktop.Telepathy.Channel.FUTURE.'
             'InitiatorID'] == 'test at localhost'
 
+    channel_props = text_chan.GetAll(
+            'org.freedesktop.Telepathy.Channel',
+            dbus_interface='org.freedesktop.DBus.Properties')
+    assert channel_props['TargetID'] == jid,\
+            (channel_props['TargetID'], jid)
+
     future_props = text_chan.GetAll(
             'org.freedesktop.Telepathy.Channel.FUTURE',
             dbus_interface='org.freedesktop.DBus.Properties')
-- 
1.5.6.5




More information about the Telepathy-commits mailing list