summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/ServerAMD.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-09-28 20:13:25 +0000
committerMark Spruiell <mes@zeroc.com>2005-09-28 20:13:25 +0000
commitcde323e241d6f22c9dd24e7f8b8f0550bbf86855 (patch)
tree9766c34c6a0ce9e8e353a33f36dacd4e505fa2c7 /cpp/test/Ice/exceptions/ServerAMD.cpp
parentadding thread-per-connection (diff)
downloadice-cde323e241d6f22c9dd24e7f8b8f0550bbf86855.tar.bz2
ice-cde323e241d6f22c9dd24e7f8b8f0550bbf86855.tar.xz
ice-cde323e241d6f22c9dd24e7f8b8f0550bbf86855.zip
adding UDP endpoint to some tests
Diffstat (limited to 'cpp/test/Ice/exceptions/ServerAMD.cpp')
-rw-r--r--cpp/test/Ice/exceptions/ServerAMD.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/ServerAMD.cpp b/cpp/test/Ice/exceptions/ServerAMD.cpp
index 4080cd27dfd..12858defc46 100644
--- a/cpp/test/Ice/exceptions/ServerAMD.cpp
+++ b/cpp/test/Ice/exceptions/ServerAMD.cpp
@@ -17,7 +17,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
{
Ice::PropertiesPtr properties = communicator->getProperties();
properties->setProperty("Ice.Warn.Dispatch", "0");
- communicator->getProperties()->setProperty("TestAdapter.Endpoints", "default -p 12345 -t 10000");
+ communicator->getProperties()->setProperty("TestAdapter.Endpoints", "default -p 12345 -t 10000:udp");
Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapter("TestAdapter");
Ice::ObjectPtr object = new ThrowerI(adapter);
adapter->add(object, Ice::stringToIdentity("thrower"));