[Telepathy-commits] [telepathy-gabble/master] test-si-tubes.py: Fix comment
Alban Crequy
alban.crequy at collabora.co.uk
Tue Nov 11 15:01:08 PST 2008
---
tests/twisted/tubes/test-si-tubes.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/twisted/tubes/test-si-tubes.py b/tests/twisted/tubes/test-si-tubes.py
index 9acc17a..427cc8d 100644
--- a/tests/twisted/tubes/test-si-tubes.py
+++ b/tests/twisted/tubes/test-si-tubes.py
@@ -192,7 +192,7 @@ def test(q, bus, conn, stream):
item['subscription'] = 'both'
stream.send(roster)
- # Send Joe presence is without caps
+ # Send Joe presence is without tube caps
presence = domish.Element(('jabber:client', 'presence'))
presence['from'] = 'joe at localhost/Joe'
presence['to'] = 'test at localhost/Resource'
@@ -211,7 +211,7 @@ def test(q, bus, conn, stream):
'http://example.com/IDontSupportTubes#1.0'
stream.send(result)
- # Send Bob presence and his caps
+ # Send Bob presence and his tube caps
presence = domish.Element(('jabber:client', 'presence'))
presence['from'] = 'bob at localhost/Bob'
presence['to'] = 'test at localhost/Resource'
--
1.5.6.5
More information about the Telepathy-commits
mailing list