summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/Twoways.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-02-13 16:53:24 +0100
committerJose <jose@zeroc.com>2018-02-13 16:53:24 +0100
commit0561be2a1239c24fffd2b6fc45c146efd4a495c0 (patch)
treed6e90c505081c8465c20566fa8ee14038ce3ee1b /cpp/test/Ice/operations/Twoways.cpp
parentFix ICE-8665 - PHP timeout test failure (diff)
downloadice-0561be2a1239c24fffd2b6fc45c146efd4a495c0.tar.bz2
ice-0561be2a1239c24fffd2b6fc45c146efd4a495c0.tar.xz
ice-0561be2a1239c24fffd2b6fc45c146efd4a495c0.zip
Fix ICE-8201 - Add support for per-thread context to UWP
Diffstat (limited to 'cpp/test/Ice/operations/Twoways.cpp')
-rw-r--r--cpp/test/Ice/operations/Twoways.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/test/Ice/operations/Twoways.cpp b/cpp/test/Ice/operations/Twoways.cpp
index 00abaf9960e..15e5e0b01bf 100644
--- a/cpp/test/Ice/operations/Twoways.cpp
+++ b/cpp/test/Ice/operations/Twoways.cpp
@@ -1733,7 +1733,6 @@ twoways(const Ice::CommunicatorPtr& communicator, const Test::MyClassPrxPtr& p)
test(r == ctx);
}
-#ifndef ICE_OS_UWP
if(p->ice_getConnection() && communicator->getProperties()->getProperty("Ice.Default.Protocol") != "bt")
{
//
@@ -1798,8 +1797,7 @@ twoways(const Ice::CommunicatorPtr& communicator, const Test::MyClassPrxPtr& p)
ic->destroy();
}
}
-#endif
- }
+ }
{
Ice::Double d = 1278312346.0 / 13.0;