Ignore:
Timestamp:
Nov 22, 2005 1:06:33 AM (18 years ago)
Author:
bennylp
Message:

Fix parse param bug in Contact hdr and add more msg tests

File:
1 edited

Legend:

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

    r65 r76  
    4343 
    4444    pjsip_strerror(rc, errbuf, sizeof(errbuf)); 
    45     PJ_LOG(1,("test", "%s: [pj_status_t=%d] %s", msg, rc, errbuf)); 
     45    PJ_LOG(3,("test", "%s: [pj_status_t=%d] %s", msg, rc, errbuf)); 
    4646 
    4747} 
     
    8282    PJ_LOG(3,("","")); 
    8383 
    84     DO_TEST(uri_test()); 
     84    //DO_TEST(uri_test()); 
     85    DO_TEST(msg_test()); 
    8586 
    8687on_return: 
Note: See TracChangeset for help on using the changeset viewer.