From cb7287fcebb358ac9efe600cacff4473504b2091 Mon Sep 17 00:00:00 2001 From: Cosimo Alfarano Date: Wed, 2 Nov 2011 11:39:46 +0000 Subject: [PATCH 2/4] fix comment: Alice is just requesting subscription --- 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 38ee557..3b8d8f6 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' -- 1.7.7