summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-01-26 14:28:19 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-01-26 14:28:19 +0000
commitb6eb023c138e7a714fab18d7376eebf66d9cde0d (patch)
treed89dc430134600932a99ffb59e3a68b516083910 /cpp
parentFixed a bug which would prevent to define object identity with a category (diff)
downloadice-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.cpp3
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();