Ignore:
Timestamp:
Oct 1, 2008 9:56:09 AM (16 years ago)
Author:
bennylp
Message:

Ticket #651: Added WinCE workspace/project files for pjlib-util unit tests (thanks Seth Hinze for the contribution)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util-test/test.c

    r2039 r2337  
    4343pj_pool_factory *mem; 
    4444 
     45int param_log_decor = PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME |  
     46                      PJ_LOG_HAS_MICRO_SEC; 
    4547 
    4648static int test_inner(void) 
     
    5254 
    5355    pj_log_set_level(3); 
    54     pj_log_set_decor(PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME |  
    55                      PJ_LOG_HAS_MICRO_SEC); 
     56    pj_log_set_decor(param_log_decor); 
    5657 
    5758    rc = pj_init(); 
Note: See TracChangeset for help on using the changeset viewer.