From f64b5b75f0a45d2bd7d29b120ce96ab8c3eaae60 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 7 Jun 2016 15:38:07 +0200 Subject: [PATCH] TestsLiblinphone: enable ipv6 too --- LiblinphoneTester/MasterView.m | 2 -- TestsLiblinphone/LinphoneTester_Tests.m | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LiblinphoneTester/MasterView.m b/LiblinphoneTester/MasterView.m index 7e1deff0c..81c0b10c6 100644 --- a/LiblinphoneTester/MasterView.m +++ b/LiblinphoneTester/MasterView.m @@ -67,8 +67,6 @@ void tester_logs_handler(int level, const char *fmt, va_list args) { bc_tester_set_resource_dir_prefix([bundlePath UTF8String]); bc_tester_set_writable_dir_prefix([writablePath UTF8String]); - liblinphonetester_ipv6 = true; - LOGI(@"Bundle path: %@", bundlePath); LOGI(@"Writable path: %@", writablePath); diff --git a/TestsLiblinphone/LinphoneTester_Tests.m b/TestsLiblinphone/LinphoneTester_Tests.m index 540534482..74a075b79 100644 --- a/TestsLiblinphone/LinphoneTester_Tests.m +++ b/TestsLiblinphone/LinphoneTester_Tests.m @@ -52,6 +52,8 @@ void tester_logs_handler(int level, const char *fmt, va_list args) { bc_tester_set_resource_dir_prefix(bundlePath.UTF8String); bc_tester_set_writable_dir_prefix(writablePath.UTF8String); + liblinphonetester_ipv6 = true; + liblinphone_tester_keep_accounts(TRUE); int count = bc_tester_nb_suites();