summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Alfarano <cosimo.alfarano@collabora.com>2011-11-02 11:39:46 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-15 15:30:22 +0000
commit284779859a67e2dfceb4d9930df81e452d5a4b3a (patch)
treefde86f24818ff752f72e314e3bee556f21446eff
parent273654bfb07e5ff593b162dd455f739f697b71b8 (diff)
downloadtelepathy-gabble-284779859a67e2dfceb4d9930df81e452d5a4b3a.tar.gz
fix comment: Alice is just requesting subscription
-rw-r--r--tests/twisted/roster/test-google-roster.py2
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'