From 284779859a67e2dfceb4d9930df81e452d5a4b3a Mon Sep 17 00:00:00 2001 From: Cosimo Alfarano Date: Wed, 2 Nov 2011 11:39:46 +0000 Subject: fix comment: Alice is just requesting subscription --- tests/twisted/roster/test-google-roster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.1