From 67de577315598ed2b274592283110a67a4219a70 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 16 Jun 2008 13:04:44 +0000 Subject: More ticket #543: updated automated tests to run on Unix git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2028 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/src/test-pjsua/scripts-call/200_tcp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip-apps/src/test-pjsua/scripts-call/200_tcp.py') diff --git a/pjsip-apps/src/test-pjsua/scripts-call/200_tcp.py b/pjsip-apps/src/test-pjsua/scripts-call/200_tcp.py index 52b5f358..3414f17c 100644 --- a/pjsip-apps/src/test-pjsua/scripts-call/200_tcp.py +++ b/pjsip-apps/src/test-pjsua/scripts-call/200_tcp.py @@ -6,7 +6,7 @@ from inc_cfg import * test_param = TestParam( "TCP transport", [ - InstanceParam("callee", "--null-audio --no-udp", uri_param=";transport=tcp --max-calls=1"), + InstanceParam("callee", "--null-audio --no-udp --max-calls=1", uri_param=";transport=tcp"), InstanceParam("caller", "--null-audio --no-udp --max-calls=1") ] ) -- cgit v1.2.3