summaryrefslogtreecommitdiff
path: root/cpp/test/ios/controller
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2018-02-13 12:35:22 +0100
committerBenoit Foucher <benoit@zeroc.com>2018-02-13 14:15:36 +0100
commit9358fdee4360f40451641f49fcd38b177f93c4ad (patch)
tree8ff4ec1deb284d1c4335c9ea3a57c12ee4c2953d /cpp/test/ios/controller
parentFix building PHP with Windows C++ NuGet packages (diff)
downloadice-9358fdee4360f40451641f49fcd38b177f93c4ad.tar.bz2
ice-9358fdee4360f40451641f49fcd38b177f93c4ad.tar.xz
ice-9358fdee4360f40451641f49fcd38b177f93c4ad.zip
Fixed UWP cross operation test failure
Diffstat (limited to 'cpp/test/ios/controller')
-rw-r--r--cpp/test/ios/controller/Bundle/ControllerI.mm3
1 files changed, 2 insertions, 1 deletions
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