diff options
author | Jose <jose@zeroc.com> | 2018-02-13 16:53:24 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-02-13 16:53:24 +0100 |
commit | 0561be2a1239c24fffd2b6fc45c146efd4a495c0 (patch) | |
tree | d6e90c505081c8465c20566fa8ee14038ce3ee1b /cpp/test/Ice/operations/Twoways.cpp | |
parent | Fix ICE-8665 - PHP timeout test failure (diff) | |
download | ice-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.cpp | 4 |
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; |