[telepathy-gabble/master] test-muc-invitation.py: add a comment explaining the args of the MembersChanged signal
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Jul 14 02:40:42 PDT 2009
---
tests/twisted/muc/test-muc-invitation.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/muc/test-muc-invitation.py b/tests/twisted/muc/test-muc-invitation.py
index ed9cb9f..b8ebaee 100644
--- a/tests/twisted/muc/test-muc-invitation.py
+++ b/tests/twisted/muc/test-muc-invitation.py
@@ -82,6 +82,9 @@ def test(q, bus, conn, stream):
assert status
assert status.children[0] == u'success'
+ # We are added as remote pending while joining the room. The inviter (Bob)
+ # is removed for now. It will be re-added with his channel specific handle
+ # once we have joined.
assert event2.args == ['', [], [bob_handle], [],
[room_self_handle], 0, cs.GC_REASON_INVITED]
--
1.5.6.5
More information about the telepathy-commits
mailing list