diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/IceGrid/session/AllTests.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/session/AllTests.cpp b/cpp/test/IceGrid/session/AllTests.cpp index 91575636f95..16bb4f93ba9 100644 --- a/cpp/test/IceGrid/session/AllTests.cpp +++ b/cpp/test/IceGrid/session/AllTests.cpp @@ -709,6 +709,9 @@ allTests(const Ice::CommunicatorPtr& communicator) test(false); } + nodeObs1->waitForUpdate(__FILE__, __LINE__); // serverUpdate(Destroying) + nodeObs1->waitForUpdate(__FILE__, __LINE__); // serverUpdate(Destroyed) + session1->destroy(); adpt1->deactivate(); adpt1->waitForDeactivate(); |