diff options
Diffstat (limited to 'cpp/test/Ice/proxy/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/proxy/AllTests.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/test/Ice/proxy/AllTests.cpp b/cpp/test/Ice/proxy/AllTests.cpp index e4fe490cf12..41e364c2362 100644 --- a/cpp/test/Ice/proxy/AllTests.cpp +++ b/cpp/test/Ice/proxy/AllTests.cpp @@ -727,7 +727,11 @@ allTests(const Ice::CommunicatorPtr& communicator) if(communicator->getProperties()->getPropertyAsInt("Ice.IPv6") == 0) { // Working? +#ifndef ICE_OS_WINRT bool ssl = communicator->getProperties()->getProperty("Ice.Default.Protocol") == "ssl"; +#else + bool ssl = true; +#endif if(!ssl) { p1->ice_ping(); |