[Telepathy-commits] [telepathy-gabble/master] test-text.py: verify that it all works even if the initiator sends us their full-JID

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:25 PDT 2008


20080721145407-53eee-fd74fd948cdce13b2e942b3640328d4cf6b1223b.gz
---
 tests/twisted/text/test-text.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/text/test-text.py b/tests/twisted/text/test-text.py
index 0d900eb..d918174 100644
--- a/tests/twisted/text/test-text.py
+++ b/tests/twisted/text/test-text.py
@@ -15,7 +15,7 @@ def test(q, bus, conn, stream):
 
     # <message type="chat"><body>hello</body</message>
     m = domish.Element(('', 'message'))
-    m['from'] = 'foo at bar.com'
+    m['from'] = 'foo at bar.com/Pidgin'
     m['type'] = 'chat'
     m.addElement('body', content='hello')
     stream.send(m)
-- 
1.5.6.3




More information about the Telepathy-commits mailing list