From 884e2be89b0cd997f372c59f05bf05a9a5372b60 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Thu, 17 Dec 2015 11:45:27 -0800 Subject: Fixes for Bluetooth plug-ins. Updates to testsuite to support Bluetooth and remote servers. --- cpp/test/Ice/threadPoolPriority/ServerCustomThreadPool.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/test/Ice/threadPoolPriority/ServerCustomThreadPool.cpp') diff --git a/cpp/test/Ice/threadPoolPriority/ServerCustomThreadPool.cpp b/cpp/test/Ice/threadPoolPriority/ServerCustomThreadPool.cpp index 09712e14add..fc355d75d0d 100644 --- a/cpp/test/Ice/threadPoolPriority/ServerCustomThreadPool.cpp +++ b/cpp/test/Ice/threadPoolPriority/ServerCustomThreadPool.cpp @@ -18,7 +18,8 @@ run(int, char**, const Ice::CommunicatorPtr& communicator) { Ice::PropertiesPtr properties = communicator->getProperties(); properties->setProperty("Ice.Warn.Dispatch", "0"); - communicator->getProperties()->setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000:udp"); + communicator->getProperties()->setProperty("TestAdapter.Endpoints", + getTestEndpoint(communicator, 0) + " -t 10000:udp"); communicator->getProperties()->setProperty("TestAdapter.ThreadPool.Size", "1"); // -- cgit v1.2.3