diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-02-13 10:27:34 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-02-13 10:27:34 +0100 |
commit | 42fcb96b3ebda6ca83dd27c3eb595a8cc85f09fc (patch) | |
tree | 2cb11f2b9351edffce879f245b4f10b6471b9b47 /cpp | |
parent | Fixed ICE-5149: CHANGES fixes (diff) | |
download | ice-42fcb96b3ebda6ca83dd27c3eb595a8cc85f09fc.tar.bz2 ice-42fcb96b3ebda6ca83dd27c3eb595a8cc85f09fc.tar.xz ice-42fcb96b3ebda6ca83dd27c3eb595a8cc85f09fc.zip |
Fixed ICE-5228: IceGrid/replication failure
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/IceGrid/replication/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/replication/AllTests.cpp b/cpp/test/IceGrid/replication/AllTests.cpp index 8f77da27eef..d48b8768e4a 100644 --- a/cpp/test/IceGrid/replication/AllTests.cpp +++ b/cpp/test/IceGrid/replication/AllTests.cpp @@ -1283,7 +1283,7 @@ allTests(const Ice::CommunicatorPtr& comm) Ice::LocatorPrx slave3Locator = Ice::LocatorPrx::uncheckedCast(comm->stringToProxy("TestIceGrid/Locator-Slave3 -e 1.0:default -p 12053")); IceGrid::AdminPrx slave3Admin = createAdminSession(slave3Locator, "Slave3"); - test(slave3Admin->pingNode("Node2")); + waitForNodeState(slave3Admin, "Node2", true); ApplicationDescriptor app; app.name = "TestApp"; |