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();