diff options
Diffstat (limited to 'cpp/test/IceSSL/configuration/TestI.cpp')
-rw-r--r-- | cpp/test/IceSSL/configuration/TestI.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/IceSSL/configuration/TestI.cpp b/cpp/test/IceSSL/configuration/TestI.cpp index 9e24210437f..ff96b504fe9 100644 --- a/cpp/test/IceSSL/configuration/TestI.cpp +++ b/cpp/test/IceSSL/configuration/TestI.cpp @@ -10,6 +10,7 @@ #include <Ice/Ice.h> #include <IceUtil/Thread.h> #include <TestI.h> +#include <TestCommon.h> using namespace std; using namespace Ice; @@ -60,5 +61,6 @@ ServerFactoryI::destroyServer(const Test::ServerPrx& srv, const Ice::Current&) void ServerFactoryI::shutdown(const Ice::Current& current) { + test(_servers.empty()); current.adapter->getCommunicator()->shutdown(); } |