diff options
author | Benoit Foucher <benoit@zeroc.com> | 2019-09-23 12:28:06 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2019-09-23 12:28:06 +0200 |
commit | a5bae93cd03180e94e32b64f4c3b9399e41196fc (patch) | |
tree | 6b1b9f9276bfff96632d9622c8aa13269f7893d3 /cpp/test | |
parent | Fixed #542, adjusted timeouts to reduce chances of failures (diff) | |
download | ice-a5bae93cd03180e94e32b64f4c3b9399e41196fc.tar.bz2 ice-a5bae93cd03180e94e32b64f4c3b9399e41196fc.tar.xz ice-a5bae93cd03180e94e32b64f4c3b9399e41196fc.zip |
Fixed warnings from Ice/retry test, fixes #539
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/Ice/retry/Server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/retry/Server.cpp b/cpp/test/Ice/retry/Server.cpp index 83f3f1031a7..01d638236e9 100644 --- a/cpp/test/Ice/retry/Server.cpp +++ b/cpp/test/Ice/retry/Server.cpp @@ -20,6 +20,7 @@ Server::run(int argc, char** argv) { Ice::PropertiesPtr properties = createTestProperties(argc, argv); properties->setProperty("Ice.Warn.Dispatch", "0"); + properties->setProperty("Ice.Warn.Connections", "0"); properties->setProperty("Ice.PrintStackTraces", "0"); Ice::CommunicatorHolder communicator = initialize(argc, argv, properties); |