summaryrefslogtreecommitdiff
path: root/pjnath/src/pjnath-test/ice_test.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-04-02 18:00:45 +0000
committerBenny Prijono <bennylp@teluu.com>2007-04-02 18:00:45 +0000
commit95fd29d51de71c2a861925be5227fa4a32bcaf3f (patch)
tree42fb98d0f09f52219e3dfa2299ddecaaa3749704 /pjnath/src/pjnath-test/ice_test.c
parent85418341645e51f9c0a770eb4cd22e33fcb59cc0 (diff)
Enable all tests in pjnath-test
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1129 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/src/pjnath-test/ice_test.c')
-rw-r--r--pjnath/src/pjnath-test/ice_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pjnath/src/pjnath-test/ice_test.c b/pjnath/src/pjnath-test/ice_test.c
index f176dc5b..2933a088 100644
--- a/pjnath/src/pjnath-test/ice_test.c
+++ b/pjnath/src/pjnath-test/ice_test.c
@@ -459,11 +459,11 @@ int ice_test(void)
pj_stun_config_init(&stun_cfg, mem, 0, ioqueue, timer_heap);
-#if 1
+#if 0
pj_log_set_level(5);
#endif
- goto test;
+ //goto test;
/* Basic create/destroy */
rc = ice_basic_create_destroy_test();
@@ -491,7 +491,7 @@ int ice_test(void)
goto on_return;
/* Direct communication with two components */
-test:
+//test:
rc = perform_ice_test("With two components (RTP and RTCP)", PJ_TRUE, 2, PJ_TRUE, D1, D2, 0, NULL, 0, NULL);
if (rc != 0)
goto on_return;