Changeset 2029 for pjproject/trunk/pjsip-apps/src/test-pjsua/mod_pres.py
- Timestamp:
- Jun 18, 2008 9:04:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/mod_pres.py
r2025 r2029 1 # $Id :$1 # $Id$ 2 2 import time 3 3 import imp … … 10 10 11 11 # Test body function 12 def test_func(t ):12 def test_func(t, user_data): 13 13 u1 = t.process[0] 14 14 uri1 = cfg_file.test_param.inst_params[0].uri
Note: See TracChangeset
for help on using the changeset viewer.