From 279985cc2749a08bb8458517df5038062e776c6f Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 10 Nov 2009 10:58:20 +0000 Subject: 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 --- .../scripts-sendto/126_sdp_with_port_0_and_no_rtpmap_for_dynamic_pt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pjsua') 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 = [] -- cgit v1.2.3