Changeset 113


Ignore:
Timestamp:
Jan 7, 2006 11:36:57 PM (18 years ago)
Author:
bennylp
Message:

Fixed title mismatch in uac test

File:
1 edited

Legend:

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

    r111 r113  
    12521252    unsigned delay[] = { 1, 200 }; 
    12531253 
    1254     PJ_LOG(3,(THIS_FILE, "  test6: %s", title)); 
     1254    PJ_LOG(3,(THIS_FILE, "  %s", title)); 
    12551255 
    12561256    /* Do the test. */ 
     
    13351335 
    13361336    /* TEST6_BRANCH_ID: Successfull non-invite transaction */ 
    1337     status = perform_generic_test("successfull non-invite transaction", 
     1337    status = perform_generic_test("test6: successfull non-invite transaction", 
    13381338                                  TEST6_BRANCH_ID, &pjsip_options_method); 
    13391339    if (status != 0) 
     
    13411341 
    13421342    /* TEST7_BRANCH_ID: Successfull non-invite transaction */ 
    1343     status = perform_generic_test("successfull non-invite transaction " 
     1343    status = perform_generic_test("test7: successfull non-invite transaction " 
    13441344                                  "with provisional response", 
    13451345                                  TEST7_BRANCH_ID, &pjsip_options_method); 
     
    13481348 
    13491349    /* TEST8_BRANCH_ID: Failed invite transaction */ 
    1350     status = perform_generic_test("failed invite transaction", 
     1350    status = perform_generic_test("test8: failed invite transaction", 
    13511351                                  TEST8_BRANCH_ID, &pjsip_invite_method); 
    13521352    if (status != 0) 
     
    13541354 
    13551355    /* TEST9_BRANCH_ID: Failed invite transaction with provisional response */ 
    1356     status = perform_generic_test("failed invite transaction with " 
     1356    status = perform_generic_test("test9: failed invite transaction with " 
    13571357                                  "provisional response", 
    13581358                                  TEST9_BRANCH_ID, &pjsip_invite_method); 
Note: See TracChangeset for help on using the changeset viewer.