summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sendto/200_ice_success_4.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-sendto/200_ice_success_4.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-sendto/200_ice_success_4.py')
-rw-r--r--tests/pjsua/scripts-sendto/200_ice_success_4.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pjsua/scripts-sendto/200_ice_success_4.py b/tests/pjsua/scripts-sendto/200_ice_success_4.py
index 0ec3849c..ede6a430 100644
--- a/tests/pjsua/scripts-sendto/200_ice_success_4.py
+++ b/tests/pjsua/scripts-sendto/200_ice_success_4.py
@@ -30,6 +30,5 @@ exclude = [
sendto_cfg = sip.SendtoCfg( "pjsua with --ice-no-rtcp ignores RTCP things in the SDP",
pjsua_args=args, sdp=sdp, resp_code=200,
- resp_inc=include, resp_exc=exclude,
- enable_buffer = True)
+ resp_inc=include, resp_exc=exclude)