diff options
author | Marc Laukien <marc@zeroc.com> | 2001-11-22 18:33:27 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-11-22 18:33:27 +0000 |
commit | d4951b026e3fea9db01b3716491b923a9f6edb61 (patch) | |
tree | afc7414f7db21344fef7376e8939881b6ceafa6c /cpp/test/Ice/exceptions/Server.cpp | |
parent | fixes (diff) | |
download | ice-d4951b026e3fea9db01b3716491b923a9f6edb61.tar.bz2 ice-d4951b026e3fea9db01b3716491b923a9f6edb61.tar.xz ice-d4951b026e3fea9db01b3716491b923a9f6edb61.zip |
fix
Diffstat (limited to 'cpp/test/Ice/exceptions/Server.cpp')
-rw-r--r-- | cpp/test/Ice/exceptions/Server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/Server.cpp b/cpp/test/Ice/exceptions/Server.cpp index 86c07ae74b5..9da535b5b45 100644 --- a/cpp/test/Ice/exceptions/Server.cpp +++ b/cpp/test/Ice/exceptions/Server.cpp @@ -25,6 +25,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) protocol = "tcp"; } + properties->setProperty("Ice.WarnAboutServerExceptions", "0"); string endpts = protocol + " -p 12345 -t 2000"; Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapterWithEndpoints("TestAdapter", endpts); Ice::ObjectPtr object = new ThrowerI(adapter); |