[Telepathy-commits] [telepathy-sofiasip/aliasing] Properly address the incoming messages in the test
Mikhail Zabaluev
mikhail.zabaluev at nokia.com
Wed Oct 8 02:26:46 PDT 2008
---
tests/twisted/test-message.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/test-message.py b/tests/twisted/test-message.py
index 4694680..9994c2b 100644
--- a/tests/twisted/test-message.py
+++ b/tests/twisted/test-message.py
@@ -90,7 +90,7 @@ def send_message(sip, prevhdr, body, encoding=None):
msg = twisted.protocols.sip.Request('MESSAGE', url)
msg.body = body
msg.addHeader('from', '<sip:other.user at somewhere.else.com>;tag=XYZ')
- msg.addHeader('to', '<sip:user at 127.0.0.1>')
+ msg.addHeader('to', '<sip:testacc at 127.0.0.1>')
msg.addHeader('cseq', '%d MESSAGE' % cseq_num)
msg.addHeader('allow', 'INVITE ACK BYE MESSAGE')
if encoding is None:
--
1.5.6.5
More information about the Telepathy-commits
mailing list