TestsLiblinphone: enable ipv6 too

This commit is contained in:
Gautier Pelloux-Prayer 2016-06-07 15:38:07 +02:00
parent c75458cff2
commit f64b5b75f0
2 changed files with 2 additions and 2 deletions

View file

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

View file

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