summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/300_ice_1_1.py
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2015-04-13 12:14:02 +0000
committerNanang Izzuddin <nanang@teluu.com>2015-04-13 12:14:02 +0000
commit1823322ac0a440303c65f21de535724f213f480d (patch)
tree6f39caba554406e2d8d29a259097b42d3c5ecfc1 /tests/pjsua/scripts-call/300_ice_1_1.py
parentd73d8cef462aa2e6f4476b53175bcb55b130b021 (diff)
Re #1842: Updated pjsua app to avoid stdout buffering, and also adjusted python tests accordingly.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5065 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests/pjsua/scripts-call/300_ice_1_1.py')
-rw-r--r--tests/pjsua/scripts-call/300_ice_1_1.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pjsua/scripts-call/300_ice_1_1.py b/tests/pjsua/scripts-call/300_ice_1_1.py
index 456aa46b..0bf8cc15 100644
--- a/tests/pjsua/scripts-call/300_ice_1_1.py
+++ b/tests/pjsua/scripts-call/300_ice_1_1.py
@@ -6,7 +6,7 @@ from inc_cfg import *
test_param = TestParam(
"Callee=use ICE, caller=use ICE",
[
- InstanceParam("callee", "--null-audio --use-ice --max-calls=1", enable_buffer=True),
- InstanceParam("caller", "--null-audio --use-ice --max-calls=1", enable_buffer=True)
+ InstanceParam("callee", "--null-audio --use-ice --max-calls=1"),
+ InstanceParam("caller", "--null-audio --use-ice --max-calls=1")
]
)