summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sendto
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-08-17 08:29:47 +0000
committerBenny Prijono <bennylp@teluu.com>2009-08-17 08:29:47 +0000
commit467a0f87dc49c1ae99a1f8c47fe4cd2d850cdac8 (patch)
treeaeb032772ebdb34625114eea0468ec836623024e /tests/pjsua/scripts-sendto
parent0c7d22afb672fb08310fc66b080a8c9acb3d9b7d (diff)
Misc (#915): several fixes on the python unit tests on Linux:
- added Makefile for cmp_wav and modified the test script - test 999: MESSAGE without body is now allowed git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2884 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests/pjsua/scripts-sendto')
-rw-r--r--tests/pjsua/scripts-sendto/999_message_no_body.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pjsua/scripts-sendto/999_message_no_body.py b/tests/pjsua/scripts-sendto/999_message_no_body.py
index 2e369edb..c0096014 100644
--- a/tests/pjsua/scripts-sendto/999_message_no_body.py
+++ b/tests/pjsua/scripts-sendto/999_message_no_body.py
@@ -2,7 +2,7 @@
import inc_sip as sip
import inc_sdp as sdp
-# There's some report that incoming MESSAGE without body will crash pjsua
+# Incoming MESSAGE without body is now accepted
#
complete_msg = \
"""MESSAGE sip:localhost SIP/2.0
@@ -20,5 +20,5 @@ Content-Length: 50
sendto_cfg = sip.SendtoCfg( "empty MESSAGE", "--null-audio --auto-answer 200",
- "", 488, complete_msg=complete_msg)
+ "", 200, complete_msg=complete_msg)