Changeset 113
- Timestamp:
- Jan 7, 2006 11:36:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test-pjsip/tsx_uac_test.c
r111 r113 1252 1252 unsigned delay[] = { 1, 200 }; 1253 1253 1254 PJ_LOG(3,(THIS_FILE, " test6:%s", title));1254 PJ_LOG(3,(THIS_FILE, " %s", title)); 1255 1255 1256 1256 /* Do the test. */ … … 1335 1335 1336 1336 /* 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", 1338 1338 TEST6_BRANCH_ID, &pjsip_options_method); 1339 1339 if (status != 0) … … 1341 1341 1342 1342 /* 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 " 1344 1344 "with provisional response", 1345 1345 TEST7_BRANCH_ID, &pjsip_options_method); … … 1348 1348 1349 1349 /* TEST8_BRANCH_ID: Failed invite transaction */ 1350 status = perform_generic_test(" failed invite transaction",1350 status = perform_generic_test("test8: failed invite transaction", 1351 1351 TEST8_BRANCH_ID, &pjsip_invite_method); 1352 1352 if (status != 0) … … 1354 1354 1355 1355 /* 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 " 1357 1357 "provisional response", 1358 1358 TEST9_BRANCH_ID, &pjsip_invite_method);
Note: See TracChangeset
for help on using the changeset viewer.