diff options
author | Andreas Sommer <andreas.sommer87@googlemail.com> | 2016-11-15 16:48:48 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-11-16 09:03:15 +0100 |
commit | b2d356c3333ec09fb38a96fd5d544e49c1a43ebb (patch) | |
tree | 618684582bb441ac49be8cb92c9584a484b0d94b /cpp/test | |
parent | Fixed ICE-7439 - Renamed IceGridDiscovery to IceLocatorDiscovery in PropertyN... (diff) | |
download | ice-b2d356c3333ec09fb38a96fd5d544e49c1a43ebb.tar.bz2 ice-b2d356c3333ec09fb38a96fd5d544e49c1a43ebb.tar.xz ice-b2d356c3333ec09fb38a96fd5d544e49c1a43ebb.zip |
Fix updating runtime properties for services using shared communicator
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/IceGrid/noRestartUpdate/AllTests.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp b/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp index f0bf89f6f65..678534f6485 100644 --- a/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp +++ b/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp @@ -565,6 +565,9 @@ allTests(const Ice::CommunicatorPtr& communicator) service->name = "Service2"; icebox->services[1].descriptor = ServiceDescriptorPtr::dynamicCast(service->ice_clone()); service->name = "Service3"; + // Test also with shared communicator because it uses different proxy name + // and thus different branches in code. + addProperty(icebox, "IceBox.UseSharedCommunicator.Service3", "1"); icebox->services[2].descriptor = ServiceDescriptorPtr::dynamicCast(service->ice_clone()); try |