summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/tsx_uac_test.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-06-26 15:12:55 +0000
committerBenny Prijono <bennylp@teluu.com>2006-06-26 15:12:55 +0000
commitb54431fa617c11aed4801ebeaa96e48bc81e76fc (patch)
treea689320c38175f2e3202c7c413a788ce3b56cec7 /pjsip/src/test-pjsip/tsx_uac_test.c
parenteb15e80ed3d60d2a1f78980f5fafbe4df9381cce (diff)
Bring the dead pjsip-test up to date with latest pjsip
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@555 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src/test-pjsip/tsx_uac_test.c')
-rw-r--r--pjsip/src/test-pjsip/tsx_uac_test.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/pjsip/src/test-pjsip/tsx_uac_test.c b/pjsip/src/test-pjsip/tsx_uac_test.c
index 262e5ce2..d2717fec 100644
--- a/pjsip/src/test-pjsip/tsx_uac_test.c
+++ b/pjsip/src/test-pjsip/tsx_uac_test.c
@@ -946,11 +946,11 @@ static int perform_tsx_test(int dummy, char *target_uri, char *from_uri,
status = pjsip_tsx_send_msg(tsx, NULL);
// Ignore send result. Some tests do deliberately triggers error
// when sending message.
- //if (status != PJ_SUCCESS) {
- // app_perror(" Error: unable to send request", status);
- // pjsip_tx_data_dec_ref(tdata);
- // return -120;
- //}
+ if (status != PJ_SUCCESS) {
+ // app_perror(" Error: unable to send request", status);
+ pjsip_tx_data_dec_ref(tdata);
+ // return -120;
+ }
/* Set test completion time. */