From a5b08b9717d7e7847b6f10f81591a82bcb0a7903 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 2 Jun 2016 16:44:38 +0200 Subject: [PATCH] LiblinphoneTester: enable ipV6 test mode --- LiblinphoneTester/MasterView.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LiblinphoneTester/MasterView.m b/LiblinphoneTester/MasterView.m index 8963df8a1..901848ec5 100644 --- a/LiblinphoneTester/MasterView.m +++ b/LiblinphoneTester/MasterView.m @@ -70,6 +70,8 @@ void tester_logs_handler(int level, const char *fmt, va_list args) { LOGI(@"Bundle path: %@", bundlePath); LOGI(@"Document path: %@", documentPath); + liblinphonetester_ipv6 = true; + int count = bc_tester_nb_suites(); _objects = [[NSMutableArray alloc] initWithCapacity:count + 1]; [_objects addObject:@"All"];