From 365913d5a93ccd40a6ffb35daa56d2d996df571b Mon Sep 17 00:00:00 2001 From: Perry Ismangil Date: Tue, 24 Mar 2015 09:25:12 +0000 Subject: Re #1828 Changed unit test expected to 415 to sync with other code changes git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5020 74dad513-b988-da41-8d7b-12977e46ad98 --- tests/pjsua/scripts-sendto/260_multipart_err_no_sdp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pjsua/scripts-sendto/260_multipart_err_no_sdp.py b/tests/pjsua/scripts-sendto/260_multipart_err_no_sdp.py index 7827ec11..776e5ab7 100644 --- a/tests/pjsua/scripts-sendto/260_multipart_err_no_sdp.py +++ b/tests/pjsua/scripts-sendto/260_multipart_err_no_sdp.py @@ -32,7 +32,7 @@ include = [] exclude = [] sendto_cfg = sip.SendtoCfg( "Multipart/mixed body without SDP", - pjsua_args=args, sdp="", resp_code=400, + pjsua_args=args, sdp="", resp_code=415, extra_headers=extra_headers, body=body, resp_inc=include, resp_exc=exclude) -- cgit v1.2.3