[Telepathy-commits] [telepathy-gabble/master] Update Jingle test to expect TargetID to be in the present, not the future
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Aug 20 05:26:33 PDT 2008
---
tests/twisted/jingle/test-outgoing-call.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/tests/twisted/jingle/test-outgoing-call.py b/tests/twisted/jingle/test-outgoing-call.py
index 94f5269..b2447e2 100644
--- a/tests/twisted/jingle/test-outgoing-call.py
+++ b/tests/twisted/jingle/test-outgoing-call.py
@@ -75,11 +75,10 @@ def test(q, bus, conn, stream):
'TargetHandleType'] == 0
assert emitted_props['org.freedesktop.Telepathy.Channel.TargetHandle'] ==\
0
+ assert emitted_props['org.freedesktop.Telepathy.Channel.TargetID'] == ''
assert emitted_props['org.freedesktop.Telepathy.Channel.FUTURE.'
'Requested'] == True
assert emitted_props['org.freedesktop.Telepathy.Channel.FUTURE.'
- 'TargetID'] == ''
- assert emitted_props['org.freedesktop.Telepathy.Channel.FUTURE.'
'InitiatorHandle'] == self_handle
assert emitted_props['org.freedesktop.Telepathy.Channel.FUTURE.'
'InitiatorID'] == 'test at localhost'
--
1.5.6.3
More information about the Telepathy-commits
mailing list