Ignore:
Timestamp:
Jun 26, 2006 3:12:55 PM (17 years ago)
Author:
bennylp
Message:

Bring the dead pjsip-test up to date with latest pjsip

File:
1 edited

Legend:

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

    r547 r555  
    947947    // Ignore send result. Some tests do deliberately triggers error 
    948948    // when sending message. 
    949     //if (status != PJ_SUCCESS) { 
    950     //  app_perror("   Error: unable to send request", status); 
    951     //  pjsip_tx_data_dec_ref(tdata); 
    952     //  return -120; 
    953     //} 
     949    if (status != PJ_SUCCESS) { 
     950        // app_perror("   Error: unable to send request", status); 
     951        pjsip_tx_data_dec_ref(tdata); 
     952        // return -120; 
     953    } 
    954954 
    955955 
Note: See TracChangeset for help on using the changeset viewer.