summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/Client.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-03-03 17:24:14 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-03-03 17:24:14 +0000
commita36b514b0495040b032f2c764c0d4694e60e1cce (patch)
treef2582dce91f54c753d5aa28095c73374a88d6eeb /cpp/test/Ice/operations/Client.cpp
parentFixed compile error (diff)
downloadice-a36b514b0495040b032f2c764c0d4694e60e1cce.tar.bz2
ice-a36b514b0495040b032f2c764c0d4694e60e1cce.tar.xz
ice-a36b514b0495040b032f2c764c0d4694e60e1cce.zip
Synced Ice and IceE operation tests.
Diffstat (limited to 'cpp/test/Ice/operations/Client.cpp')
-rw-r--r--cpp/test/Ice/operations/Client.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/Client.cpp b/cpp/test/Ice/operations/Client.cpp
index f760d193073..94f3a4e2c5a 100644
--- a/cpp/test/Ice/operations/Client.cpp
+++ b/cpp/test/Ice/operations/Client.cpp
@@ -57,6 +57,11 @@ main(int argc, char* argv[])
//
properties->setProperty("Ice.MessageSizeMax", "100");
+ //
+ // We don't want connection warnings because of the timeout test.
+ //
+ properties->setProperty("Ice.Warn.Connections", "0");
+
communicator = Ice::initialize(argc, argv);
status = run(argc, argv, communicator);
}