diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-09-09 21:35:23 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-09-09 21:35:23 +0200 |
commit | fa0aa90cfefbe08a9bb51a06ec6f6a47cf7be567 (patch) | |
tree | ce95bdb476da86bcacb267026f752f00b4abd867 /cpp/test/Ice/retry/Client.cpp | |
parent | Fixed ICE-6801 - Ice/info test failure with Firefox (diff) | |
download | ice-fa0aa90cfefbe08a9bb51a06ec6f6a47cf7be567.tar.bz2 ice-fa0aa90cfefbe08a9bb51a06ec6f6a47cf7be567.tar.xz ice-fa0aa90cfefbe08a9bb51a06ec6f6a47cf7be567.zip |
Fix for ICE-6794 - no longer unload the test DLLs
Diffstat (limited to 'cpp/test/Ice/retry/Client.cpp')
-rw-r--r-- | cpp/test/Ice/retry/Client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/retry/Client.cpp b/cpp/test/Ice/retry/Client.cpp index beb68825a4a..e858a70e877 100644 --- a/cpp/test/Ice/retry/Client.cpp +++ b/cpp/test/Ice/retry/Client.cpp @@ -39,6 +39,8 @@ main(int argc, char* argv[]) try { + initCounts(); + Ice::InitializationData initData; initData.properties = Ice::createProperties(argc, argv); initData.observer = getObserver(); |