Ignore:
Timestamp:
Jun 15, 2008 7:43:43 PM (16 years ago)
Author:
bennylp
Message:

Added presence pjsua unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py

    • Property svn:eol-style set to native
    • Property svn:keywords set to id
    r2017 r2025  
    33# Just about the simple pjsua command line parameter, which should 
    44# never fail in any circumstances 
    5 import inc_cfg 
     5from inc_cfg import * 
    66 
    7 config = inc_cfg.Config(arg = "--null-audio --local-port 0 --rtp-port 0") 
     7test_param = TestParam( 
     8                "Basic run",  
     9                [ 
     10                        InstanceParam("pjsua", "--null-audio --local-port 0 --rtp-port 0") 
     11                ] 
     12                ) 
    813 
Note: See TracChangeset for help on using the changeset viewer.