summaryrefslogtreecommitdiff
path: root/cpp/test/Freeze/oldevictor/TestI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Freeze/oldevictor/TestI.cpp')
-rw-r--r--cpp/test/Freeze/oldevictor/TestI.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/Freeze/oldevictor/TestI.cpp b/cpp/test/Freeze/oldevictor/TestI.cpp
index 7c8fbcb90b0..be86a10f3c1 100644
--- a/cpp/test/Freeze/oldevictor/TestI.cpp
+++ b/cpp/test/Freeze/oldevictor/TestI.cpp
@@ -307,8 +307,7 @@ Test::RemoteEvictorI::saveNow(const Current& current)
void
Test::RemoteEvictorI::deactivate(const Current& current)
{
- _evictorAdapter->deactivate();
- _evictorAdapter->waitForDeactivate();
+ _evictorAdapter->destroy();
_adapter->remove(_adapter->getCommunicator()->stringToIdentity(_category));
}