[Telepathy-commits] [telepathy-gabble/master] test-text.py: exercise InitiatorHandle, InitiatorID

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:25 PDT 2008


20080721145441-53eee-53fb25fe7a0cc011fb749bd009e7f77279627685.gz
---
 tests/twisted/text/test-text.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/text/test-text.py b/tests/twisted/text/test-text.py
index edd3ea0..6a4ed49 100644
--- a/tests/twisted/text/test-text.py
+++ b/tests/twisted/text/test-text.py
@@ -52,6 +52,10 @@ def test(q, bus, conn, stream):
             dbus_interface='org.freedesktop.DBus.Properties')
     assert future_props['TargetID'] == jid,\
             (future_props['TargetID'], jid)
+    assert future_props['InitiatorHandle'] == event.args[3],\
+            (future_props['InitiatorHandle'], event.args[3])
+    assert future_props['InitiatorID'] == jid,\
+            (future_props['InitiatorID'], jid)
 
     event = q.expect('dbus-signal', signal='Received')
 
-- 
1.5.6.3




More information about the Telepathy-commits mailing list