summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/test.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-01-05 23:35:46 +0000
committerBenny Prijono <bennylp@teluu.com>2006-01-05 23:35:46 +0000
commit67d6a30732fd1e1fae2f98f646d97356b2eaa8c9 (patch)
tree599de20e4a6554656db42030cdce7c1f2ccdb655 /pjsip/src/test-pjsip/test.c
parent944562492d0c16b9e44ec4e1cc97657846d82cd0 (diff)
Added loop transport to test transaction
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@107 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src/test-pjsip/test.c')
-rw-r--r--pjsip/src/test-pjsip/test.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/pjsip/src/test-pjsip/test.c b/pjsip/src/test-pjsip/test.c
index a8f339c8..fbb72917 100644
--- a/pjsip/src/test-pjsip/test.c
+++ b/pjsip/src/test-pjsip/test.c
@@ -81,10 +81,12 @@ int test_main(void)
PJ_LOG(3,("",""));
- DO_TEST(uri_test());
- DO_TEST(msg_test());
- DO_TEST(txdata_test());
- DO_TEST(transport_udp_test());
+ //DO_TEST(uri_test());
+ //DO_TEST(msg_test());
+ //DO_TEST(txdata_test());
+ //DO_TEST(transport_udp_test());
+ DO_TEST(transport_loop_test());
+ //DO_TEST(tsx_uac_test());
on_return: