summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-run
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-run
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-run')
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-run/100_simple.py4
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-run/200_register.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py b/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
index f1e13cfc..7ab96efc 100644
--- a/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
+++ b/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id$
#
# Just about the simple pjsua command line parameter, which should
# never fail in any circumstances
@@ -7,7 +7,7 @@ from inc_cfg import *
test_param = TestParam(
"Basic run",
[
- InstanceParam("pjsua", "--null-audio --local-port 0 --rtp-port 0")
+ InstanceParam("pjsua", "--null-audio --rtp-port 0")
]
)
diff --git a/pjsip-apps/src/test-pjsua/scripts-run/200_register.py b/pjsip-apps/src/test-pjsua/scripts-run/200_register.py
index 34f837c8..3f4338d1 100644
--- a/pjsip-apps/src/test-pjsua/scripts-run/200_register.py
+++ b/pjsip-apps/src/test-pjsua/scripts-run/200_register.py
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id$
#
from inc_cfg import *
@@ -8,7 +8,7 @@ test_param = TestParam(
[
InstanceParam( "client",
"--null-audio"+
- " --id=<sip:test1@pjsip.org>"+
+ " --id=\"<sip:test1@pjsip.org>\""+
" --registrar=sip:sip.pjsip.org" +
" --username=test1" +
" --password=test1" +