diff options
author | Cosimo Alfarano <cosimo.alfarano@collabora.com> | 2011-11-02 11:39:46 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-15 15:30:22 +0000 |
commit | 284779859a67e2dfceb4d9930df81e452d5a4b3a (patch) | |
tree | fde86f24818ff752f72e314e3bee556f21446eff | |
parent | 273654bfb07e5ff593b162dd455f739f697b71b8 (diff) |
fix comment: Alice is just requesting subscription
-rw-r--r-- | tests/twisted/roster/test-google-roster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/roster/test-google-roster.py b/tests/twisted/roster/test-google-roster.py index 38ee55780..3b8d8f6c3 100644 --- a/tests/twisted/roster/test-google-roster.py +++ b/tests/twisted/roster/test-google-roster.py @@ -276,7 +276,7 @@ def test_local_pending(q, bus, conn, stream, subscribe): contact = 'alice@foo.com' handle = conn.RequestHandles(cs.HT_CONTACT, [contact])[0] - # We add Alice + # Alice asks to subscribes to us presence = domish.Element(('jabber:client', 'presence')) presence['from'] = contact presence['type'] = 'subscribe' |