forked from mirrors/linphone-iphone
TestsLiblinphone: enable ipv6 too
This commit is contained in:
parent
c75458cff2
commit
f64b5b75f0
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue