diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-01-26 14:28:19 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-01-26 14:28:19 +0000 |
commit | b6eb023c138e7a714fab18d7376eebf66d9cde0d (patch) | |
tree | d89dc430134600932a99ffb59e3a68b516083910 /cpp | |
parent | Fixed a bug which would prevent to define object identity with a category (diff) | |
download | ice-b6eb023c138e7a714fab18d7376eebf66d9cde0d.tar.bz2 ice-b6eb023c138e7a714fab18d7376eebf66d9cde0d.tar.xz ice-b6eb023c138e7a714fab18d7376eebf66d9cde0d.zip |
Fixed bug 829
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(); |