diff options
Diffstat (limited to 'cpp/test/Ice/exceptions/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/exceptions/AllTests.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/test/Ice/exceptions/AllTests.cpp b/cpp/test/Ice/exceptions/AllTests.cpp index caa960b8938..cb3d05277c0 100644 --- a/cpp/test/Ice/exceptions/AllTests.cpp +++ b/cpp/test/Ice/exceptions/AllTests.cpp @@ -501,13 +501,13 @@ allTests(const Ice::CommunicatorPtr& communicator) } localOAEndpoint = ostr.str(); } -#ifdef ICE_OS_WINRT - bool winrt = true; +#ifdef ICE_OS_UWP + bool uwp = true; #else - bool winrt = false; + bool uwp = false; #endif - if(!winrt || (communicator->getProperties()->getProperty("Ice.Default.Protocol") != "ssl" && + if(!uwp || (communicator->getProperties()->getProperty("Ice.Default.Protocol") != "ssl" && communicator->getProperties()->getProperty("Ice.Default.Protocol") != "wss")) { cout << "testing object adapter registration exceptions... " << flush; |