[Telepathy-commits] [telepathy-gabble/master] test-si-tubes.py: TargetID is now present, not future
Alban Crequy
alban.crequy at collabora.co.uk
Mon Nov 3 11:20:59 PST 2008
---
tests/twisted/tubes/test-si-tubes.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/twisted/tubes/test-si-tubes.py b/tests/twisted/tubes/test-si-tubes.py
index f7f296d..2307438 100644
--- a/tests/twisted/tubes/test-si-tubes.py
+++ b/tests/twisted/tubes/test-si-tubes.py
@@ -140,7 +140,7 @@ def test(q, bus, conn, stream):
assert emitted_props[tp_name_prefix + '.Channel.TargetHandle'] ==\
bob_handle
assert emitted_props[tp_name_prefix + '.Channel.FUTURE.Requested'] == True
- assert emitted_props[tp_name_prefix + '.Channel.FUTURE.TargetID'] == \
+ assert emitted_props[tp_name_prefix + '.Channel.TargetID'] == \
'bob at localhost'
assert emitted_props[tp_name_prefix + '.Channel.FUTURE.InitiatorHandle'] \
== conn.GetSelfHandle()
@@ -218,8 +218,8 @@ def test(q, bus, conn, stream):
assert emitted_props[tp_name_prefix + '.Channel.TargetHandle'] ==\
bob_handle
assert emitted_props[tp_name_prefix + '.Channel.FUTURE.Requested'] == True
- assert emitted_props[tp_name_prefix + '.Channel.FUTURE.TargetID'] == \
- 'bob at localhost', emitted_props[tp_name_prefix + '.Channel.FUTURE.TargetID']
+ assert emitted_props[tp_name_prefix + '.Channel.TargetID'] == \
+ 'bob at localhost', emitted_props[tp_name_prefix + '.Channel.TargetID']
assert emitted_props[tp_name_prefix + '.Channel.FUTURE.InitiatorHandle'] \
== conn.GetSelfHandle()
assert emitted_props[tp_name_prefix + '.Channel.FUTURE.InitiatorID'] == \
--
1.5.6.5
More information about the Telepathy-commits
mailing list