From 467a0f87dc49c1ae99a1f8c47fe4cd2d850cdac8 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 17 Aug 2009 08:29:47 +0000 Subject: 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 --- tests/pjsua/scripts-sendto/999_message_no_body.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/pjsua/scripts-sendto') 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) -- cgit v1.2.3