summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/Server.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-05-14 03:54:35 +0000
committerMatthew Newhook <matthew@zeroc.com>2007-05-14 03:54:35 +0000
commit79e3134fdd352d7edde573b2baa93602e859360b (patch)
tree230db9ea999ed86f0c88619ab917608e4f4729f0 /cpp/test/Ice/operations/Server.cpp
parentadded timeout & proxy test. Cleaned up operations test. (diff)
downloadice-79e3134fdd352d7edde573b2baa93602e859360b.tar.bz2
ice-79e3134fdd352d7edde573b2baa93602e859360b.tar.xz
ice-79e3134fdd352d7edde573b2baa93602e859360b.zip
more test cleanup (operations, proxy, timeout).
Diffstat (limited to 'cpp/test/Ice/operations/Server.cpp')
-rw-r--r--cpp/test/Ice/operations/Server.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/Server.cpp b/cpp/test/Ice/operations/Server.cpp
index d99c8aafb5b..ce379ea3e7a 100644
--- a/cpp/test/Ice/operations/Server.cpp
+++ b/cpp/test/Ice/operations/Server.cpp
@@ -34,6 +34,11 @@ main(int argc, char* argv[])
{
Ice::InitializationData initData;
initData.properties = Ice::createProperties(argc, argv);
+ //
+ // Its possible to have batch oneway requests dispatched after
+ // the adapter is deactivated due to thread scheduling so we
+ // supress this warning.
+ //
initData.properties->setProperty("Ice.Warn.Dispatch", "0");
communicator = Ice::initialize(argc, argv, initData);