summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2009-11-10 10:58:20 +0000
committerNanang Izzuddin <nanang@teluu.com>2009-11-10 10:58:20 +0000
commit279985cc2749a08bb8458517df5038062e776c6f (patch)
tree4b1441a7c607905d8b90f436d213087789fa4c9c /tests
parente8eddef971dd17f6cf6b38825c83c95b39f013a9 (diff)
Misc (#951): Fixed wrong media order in SDP response checking in python test script sendto/126.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3011 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests')
-rw-r--r--tests/pjsua/scripts-sendto/126_sdp_with_port_0_and_no_rtpmap_for_dynamic_pt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pjsua/scripts-sendto/126_sdp_with_port_0_and_no_rtpmap_for_dynamic_pt.py b/tests/pjsua/scripts-sendto/126_sdp_with_port_0_and_no_rtpmap_for_dynamic_pt.py
index a79a4138..41a64b69 100644
--- a/tests/pjsua/scripts-sendto/126_sdp_with_port_0_and_no_rtpmap_for_dynamic_pt.py
+++ b/tests/pjsua/scripts-sendto/126_sdp_with_port_0_and_no_rtpmap_for_dynamic_pt.py
@@ -16,7 +16,7 @@ m=audio 5000 RTP/AVP 0
pjsua_args = "--null-audio --auto-answer 200"
extra_headers = ""
include = ["Content-Type: application/sdp", # response must include SDP
- "m=audio [1-9]+[0-9]* RTP/AVP[\\s\\S]+m=video 0 RTP/AVP"
+ "m=video 0 RTP/AVP[\\s\\S]+m=audio [1-9]+[0-9]* RTP/AVP"
]
exclude = []