diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-05-14 03:54:35 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-05-14 03:54:35 +0000 |
commit | 79e3134fdd352d7edde573b2baa93602e859360b (patch) | |
tree | 230db9ea999ed86f0c88619ab917608e4f4729f0 /cpp/test/Ice/proxy/Server.cpp | |
parent | added timeout & proxy test. Cleaned up operations test. (diff) | |
download | ice-79e3134fdd352d7edde573b2baa93602e859360b.tar.bz2 ice-79e3134fdd352d7edde573b2baa93602e859360b.tar.xz ice-79e3134fdd352d7edde573b2baa93602e859360b.zip |
more test cleanup (operations, proxy, timeout).
Diffstat (limited to 'cpp/test/Ice/proxy/Server.cpp')
-rw-r--r-- | cpp/test/Ice/proxy/Server.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/Ice/proxy/Server.cpp b/cpp/test/Ice/proxy/Server.cpp index 1d5320e0966..ed2dec38a05 100644 --- a/cpp/test/Ice/proxy/Server.cpp +++ b/cpp/test/Ice/proxy/Server.cpp @@ -34,8 +34,6 @@ main(int argc, char* argv[]) { Ice::InitializationData initData; initData.properties = Ice::createProperties(argc, argv); - initData.properties->setProperty("Ice.Warn.Connections", "0"); - communicator = Ice::initialize(argc, argv, initData); status = run(argc, argv, communicator); } |