Ignore:
Timestamp:
Jun 27, 2008 11:53:00 PM (16 years ago)
Author:
bennylp
Message:

Added stdout buffering option in Python tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-sendto/200_ice_success_2.py

    r2034 r2084  
    1 # $Id:$ 
     1# $Id$ 
    22import inc_sip as sip 
    33import inc_sdp as sdp 
     
    3232sendto_cfg = sip.SendtoCfg( "caller sends only one component",  
    3333                            pjsua_args=args, sdp=sdp, resp_code=200,  
    34                             resp_inc=include, resp_exc=exclude) 
     34                            resp_inc=include, resp_exc=exclude, 
     35                            enable_buffer = True) 
    3536 
Note: See TracChangeset for help on using the changeset viewer.