summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/test.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-01-08 23:57:52 +0000
committerBenny Prijono <bennylp@teluu.com>2006-01-08 23:57:52 +0000
commit6207fdc832c448e6ef6359c97c186abcd3395bf5 (patch)
treec484ec4c9cbbf84ba1d19b84d03b3d62e5213341 /pjsip/src/test-pjsip/test.c
parent634599d04d02252fd0457a19a06e8965bcdaed04 (diff)
Start working on UAS test functions
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@117 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src/test-pjsip/test.c')
-rw-r--r--pjsip/src/test-pjsip/test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pjsip/src/test-pjsip/test.c b/pjsip/src/test-pjsip/test.c
index 4294225c..d634cc80 100644
--- a/pjsip/src/test-pjsip/test.c
+++ b/pjsip/src/test-pjsip/test.c
@@ -131,7 +131,8 @@ int test_main(void)
//DO_TEST(transport_udp_test());
//DO_TEST(transport_loop_test());
//DO_TEST(tsx_basic_test());
- DO_TEST(tsx_uac_test());
+ //DO_TEST(tsx_uac_test());
+ DO_TEST(tsx_uas_test());
on_return: