summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/threadPoolPriority/ServerCustomThreadPool.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-06-13 15:16:14 -0700
committerMark Spruiell <mes@zeroc.com>2017-06-13 15:16:14 -0700
commit55152e4cb857f17260b59255b72de2d0caf45dee (patch)
treea1efae4ba3de87c97586209e0e2e833e64cc7e1d /cpp/test/Ice/threadPoolPriority/ServerCustomThreadPool.cpp
parentFix for ICE-8044 - adapterDeactivation test failure caused by deadlock (diff)
downloadice-55152e4cb857f17260b59255b72de2d0caf45dee.tar.bz2
ice-55152e4cb857f17260b59255b72de2d0caf45dee.tar.xz
ice-55152e4cb857f17260b59255b72de2d0caf45dee.zip
C++ & python test fixes
Diffstat (limited to 'cpp/test/Ice/threadPoolPriority/ServerCustomThreadPool.cpp')
-rw-r--r--cpp/test/Ice/threadPoolPriority/ServerCustomThreadPool.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/Ice/threadPoolPriority/ServerCustomThreadPool.cpp b/cpp/test/Ice/threadPoolPriority/ServerCustomThreadPool.cpp
index 18995e991a5..a7bf23552e3 100644
--- a/cpp/test/Ice/threadPoolPriority/ServerCustomThreadPool.cpp
+++ b/cpp/test/Ice/threadPoolPriority/ServerCustomThreadPool.cpp
@@ -18,8 +18,7 @@ run(int, char**, const Ice::CommunicatorPtr& communicator)
{
Ice::PropertiesPtr properties = communicator->getProperties();
properties->setProperty("Ice.Warn.Dispatch", "0");
- communicator->getProperties()->setProperty("TestAdapter.Endpoints",
- getTestEndpoint(communicator, 0) + " -t 10000:udp");
+ communicator->getProperties()->setProperty("TestAdapter.Endpoints", getTestEndpoint(communicator, 0) + " -t 10000");
communicator->getProperties()->setProperty("TestAdapter.ThreadPool.Size", "1");
//