summaryrefslogtreecommitdiff
path: root/pjnath/src/pjnath-test
diff options
context:
space:
mode:
Diffstat (limited to 'pjnath/src/pjnath-test')
-rw-r--r--pjnath/src/pjnath-test/ice_test.c6
-rw-r--r--pjnath/src/pjnath-test/test.c2
2 files changed, 4 insertions, 4 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;
diff --git a/pjnath/src/pjnath-test/test.c b/pjnath/src/pjnath-test/test.c
index 3dc2085d..1542bcdd 100644
--- a/pjnath/src/pjnath-test/test.c
+++ b/pjnath/src/pjnath-test/test.c
@@ -49,7 +49,7 @@ static int test_inner(void)
mem = &caching_pool.factory;
-#if 0
+#if 1
pj_log_set_level(3);
pj_log_set_decor(PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME |
PJ_LOG_HAS_MICRO_SEC);