[Telepathy-commits] [telepathy-gabble/master] Update 1-1 Tubes test to expect TargetID to be in the present, not the future
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Aug 20 05:20:58 PDT 2008
---
tests/twisted/tubes/test-si-tubes.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/twisted/tubes/test-si-tubes.py b/tests/twisted/tubes/test-si-tubes.py
index 3ab4a0d..97d001a 100644
--- a/tests/twisted/tubes/test-si-tubes.py
+++ b/tests/twisted/tubes/test-si-tubes.py
@@ -131,9 +131,9 @@ def test(q, bus, conn, stream):
assert emitted_props[tp_name_prefix + '.Channel.TargetHandleType'] == 1
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.Requested'] == True
assert emitted_props[tp_name_prefix + '.Channel.FUTURE.InitiatorHandle'] \
== conn.GetSelfHandle()
assert emitted_props[tp_name_prefix + '.Channel.FUTURE.InitiatorID'] == \
--
1.5.6.3
More information about the Telepathy-commits
mailing list