From 9358fdee4360f40451641f49fcd38b177f93c4ad Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 13 Feb 2018 12:35:22 +0100 Subject: Fixed UWP cross operation test failure --- cpp/test/ios/controller/Bundle/ControllerI.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/test/ios/controller/Bundle/ControllerI.mm') diff --git a/cpp/test/ios/controller/Bundle/ControllerI.mm b/cpp/test/ios/controller/Bundle/ControllerI.mm index f7742af4a1e..aa53de48d7b 100644 --- a/cpp/test/ios/controller/Bundle/ControllerI.mm +++ b/cpp/test/ios/controller/Bundle/ControllerI.mm @@ -159,7 +159,8 @@ MainHelperI::shutdown() bool MainHelperI::redirect() { - return _dll.find("client") != string::npos || _dll.find("collocated") != string::npos; + //return _dll.find("client") != string::npos || _dll.find("collocated") != string::npos; + return true; } void -- cgit v1.2.3