summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/test.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-22 01:06:33 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-22 01:06:33 +0000
commit2ddb744528ad991173650a2b6e3ff20796b3a748 (patch)
tree0d3dd7ea2ce82e300ae593368874d8d668758a23 /pjsip/src/test-pjsip/test.c
parentff261fd32f979e87eccee2e7a10849d042fa6c2d (diff)
Fix parse param bug in Contact hdr and add more msg tests
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@76 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src/test-pjsip/test.c')
-rw-r--r--pjsip/src/test-pjsip/test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/pjsip/src/test-pjsip/test.c b/pjsip/src/test-pjsip/test.c
index 49aa2aa9..d598dd5d 100644
--- a/pjsip/src/test-pjsip/test.c
+++ b/pjsip/src/test-pjsip/test.c
@@ -42,7 +42,7 @@ void app_perror(const char *msg, pj_status_t rc)
PJ_CHECK_STACK();
pjsip_strerror(rc, errbuf, sizeof(errbuf));
- PJ_LOG(1,("test", "%s: [pj_status_t=%d] %s", msg, rc, errbuf));
+ PJ_LOG(3,("test", "%s: [pj_status_t=%d] %s", msg, rc, errbuf));
}
@@ -81,7 +81,8 @@ int test_main(void)
PJ_LOG(3,("",""));
- DO_TEST(uri_test());
+ //DO_TEST(uri_test());
+ DO_TEST(msg_test());
on_return: