summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/test.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-23 20:56:30 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-23 20:56:30 +0000
commit9894af102a5d2e61e7629b99b7746210a8fd3475 (patch)
tree261a8df5003bab4bd60a3218ce06f845386dc7b9 /pjsip/src/test-pjsip/test.c
parent3366b25100e19ce91de500de827aed0606390f70 (diff)
Added tel: uri and user-defined uri parser
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@82 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src/test-pjsip/test.c')
-rw-r--r--pjsip/src/test-pjsip/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/src/test-pjsip/test.c b/pjsip/src/test-pjsip/test.c
index b940ffa1..92e0c33a 100644
--- a/pjsip/src/test-pjsip/test.c
+++ b/pjsip/src/test-pjsip/test.c
@@ -82,7 +82,7 @@ int test_main(void)
PJ_LOG(3,("",""));
DO_TEST(uri_test());
- //DO_TEST(msg_test());
+ DO_TEST(msg_test());
on_return: