From 54f848bec87f4f2dc218b9851240641567bce908 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 8 Aug 2016 14:49:59 +0200 Subject: [PATCH] Fix direct IPv6 call test on Windows 10. --- tester/call_single_tester.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tester/call_single_tester.c b/tester/call_single_tester.c index 5e34dbc85..24782def2 100644 --- a/tester/call_single_tester.c +++ b/tester/call_single_tester.c @@ -624,11 +624,7 @@ static void direct_call_over_ipv6(void){ linphone_core_enable_ipv6(marie->lc,TRUE); linphone_core_enable_ipv6(pauline->lc,TRUE); linphone_core_set_default_proxy_config(marie->lc,NULL); - /*wait for register in v6 mode, however sip2.linphone.org has an ipv6 address but doesn't listen to it*/ -#if 0 - BC_ASSERT_TRUE(wait_for_until(pauline->lc, NULL, &pauline->stat.number_of_LinphoneRegistrationOk, 2, 2000)); - BC_ASSERT_TRUE(wait_for_until(pauline->lc, NULL, &marie->stat.number_of_LinphoneRegistrationOk, 2, 2000)); -#endif + linphone_core_set_default_proxy_config(pauline->lc, NULL); linphone_core_get_sip_transports_used(pauline->lc,&pauline_transports); linphone_address_set_port(pauline_dest,pauline_transports.tcp_port);