summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-call/200_tcp.py
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-06-16 13:04:44 +0000
committerBenny Prijono <bennylp@teluu.com>2008-06-16 13:04:44 +0000
commit67de577315598ed2b274592283110a67a4219a70 (patch)
tree70252f81c721cc590db822de704607fc56abcb41 /pjsip-apps/src/test-pjsua/scripts-call/200_tcp.py
parent9c5b754daa934f2d80b2333c4eb0ec90965a391d (diff)
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
Diffstat (limited to 'pjsip-apps/src/test-pjsua/scripts-call/200_tcp.py')
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-call/200_tcp.py2
1 files changed, 1 insertions, 1 deletions
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")
]
)