summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2009-06-17 12:00:47 +0000
committerNanang Izzuddin <nanang@teluu.com>2009-06-17 12:00:47 +0000
commit008837aabafe7222f900cd8ba44cce32b1771e15 (patch)
tree4439041c6a8258fbf81fdc2acafa08fe9904ca79 /tests
parentd480c02c8b22f1fc25c268e41571e78293ed537f (diff)
Ticket #862: Updated pjsua python test for srtp with crypto tag zero.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2765 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests')
-rw-r--r--tests/pjsua/scripts-sendto/300_srtp_receive_crypto_tag_zero.py (renamed from tests/pjsua/scripts-sendto/300_srtp_invalid_crypto_tag_zero.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pjsua/scripts-sendto/300_srtp_invalid_crypto_tag_zero.py b/tests/pjsua/scripts-sendto/300_srtp_receive_crypto_tag_zero.py
index 51e95d68..7e4e5499 100644
--- a/tests/pjsua/scripts-sendto/300_srtp_invalid_crypto_tag_zero.py
+++ b/tests/pjsua/scripts-sendto/300_srtp_receive_crypto_tag_zero.py
@@ -21,6 +21,6 @@ args = "--null-audio --auto-answer 200 --max-calls 1 --use-srtp 1 --srtp-secure
include = []
exclude = []
-sendto_cfg = sip.SendtoCfg( "caller has used invalid crypto tag (zero), callee must not accept the call",
- pjsua_args=args, sdp=sdp, resp_code=406,
+sendto_cfg = sip.SendtoCfg( "caller has used crypto tag zero, callee must accept the call",
+ pjsua_args=args, sdp=sdp, resp_code=200,
resp_inc=include, resp_exc=exclude)