summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerry Ismangil <perry@teluu.com>2015-03-24 09:25:12 +0000
committerPerry Ismangil <perry@teluu.com>2015-03-24 09:25:12 +0000
commit365913d5a93ccd40a6ffb35daa56d2d996df571b (patch)
tree0cd353a5982b8354e2b41ad6feaac347f1113ef0
parent6cdb4c19f7281012b1a1dd5ce1d1e188973cd9c0 (diff)
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
-rw-r--r--tests/pjsua/scripts-sendto/260_multipart_err_no_sdp.py2
1 files changed, 1 insertions, 1 deletions
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)