summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2011-08-18 17:34:29 +0000
committerNanang Izzuddin <nanang@teluu.com>2011-08-18 17:34:29 +0000
commit21ef11660d86e63d61fc7f61207f945418e35443 (patch)
tree77554c512b73c237c896521decd5d10e060fd28d /tests
parentb7af7176b16e449413e930e58432d8aaeb6a2af5 (diff)
Re #1346 (python test fixes): Updated test scenario involving sending REGISTER to pjsua, now pjsua has simple registrar so registration will be accepted (was rejected).
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3712 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests')
-rw-r--r--tests/pjsua/scripts-sendto/001_torture_4475_3_1_1_4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pjsua/scripts-sendto/001_torture_4475_3_1_1_4.py b/tests/pjsua/scripts-sendto/001_torture_4475_3_1_1_4.py
index 7a05c144..9a24ddfd 100644
--- a/tests/pjsua/scripts-sendto/001_torture_4475_3_1_1_4.py
+++ b/tests/pjsua/scripts-sendto/001_torture_4475_3_1_1_4.py
@@ -21,5 +21,5 @@ L:0
sendto_cfg = sip.SendtoCfg( "RFC 4475 3.1.1.4",
"--null-audio --auto-answer 200",
- "", 405, complete_msg=complete_msg)
+ "", 200, complete_msg=complete_msg)