Changeset 4093


Ignore:
Timestamp:
Apr 26, 2012 9:26:07 AM (12 years ago)
Author:
bennylp
Message:

Misc (re #1417): fixed failed reg_test in pjsip unit test due to wrong status code expected and actually received

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjsip/src/test/regc_test.c

    r3553 r4093  
    773773            /* client expected results: */ 
    774774            /* error    code    have_reg    expiration  contact_cnt auth?*/ 
    775             { PJ_FALSE, 503,    PJ_FALSE,   -1,         0,          PJ_FALSE} 
     775            { PJ_FALSE, 502,    PJ_FALSE,   -1,         0,          PJ_FALSE} 
    776776        }, 
    777777 
Note: See TracChangeset for help on using the changeset viewer.