Ignore:
Timestamp:
Jul 30, 2018 2:32:25 AM (6 years ago)
Author:
nanang
Message:

Re #2135: Updated 'pjsip-test' to adapt to the recent library changes.

File:
1 edited

Legend:

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

    r5170 r5848  
    14901490        { 50, 10,   TEST10_BRANCH_ID, "test10: failed transport in TRYING state (50 ms delay)" }, 
    14911491        { 0,  1500, TEST11_BRANCH_ID, "test11: failed transport in PROCEEDING state (no delay)" }, 
    1492         { 50, 1500, TEST11_BRANCH_ID, "test11: failed transport in PROCEEDING state (50 ms delay)" }, 
     1492        // After ticket #2076, transport error will be ignored if tsx is in COMPLETED state, note that 
     1493        // tsx state will be shifted to COMPLETED state once 200 response is sent due to transport delay. 
     1494        //{ 50, 1500, TEST11_BRANCH_ID, "test11: failed transport in PROCEEDING state (50 ms delay)" }, 
    14931495        { 0,  2500, TEST12_BRANCH_ID, "test12: failed transport in COMPLETED state (no delay)" }, 
    14941496        //Not applicable (maybe) 
     
    15271529 
    15281530        pjsip_loop_set_failure(loop, 1, NULL); 
     1531        PJ_LOG(5,(THIS_FILE, "   transport loop fail mode set")); 
    15291532 
    15301533        end_test = now; 
Note: See TracChangeset for help on using the changeset viewer.