diff options
Diffstat (limited to 'cpp/test/IceGrid/activation/AllTests.cpp')
-rw-r--r-- | cpp/test/IceGrid/activation/AllTests.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/test/IceGrid/activation/AllTests.cpp b/cpp/test/IceGrid/activation/AllTests.cpp index 4ddb3d64360..ec5add2a2db 100644 --- a/cpp/test/IceGrid/activation/AllTests.cpp +++ b/cpp/test/IceGrid/activation/AllTests.cpp @@ -85,7 +85,6 @@ private: }; typedef IceUtil::Handle<PingThread> PingThreadPtr; - void allTests(const Ice::CommunicatorPtr& communicator) { @@ -375,7 +374,6 @@ allTests(const Ice::CommunicatorPtr& communicator) } cout << "ok" << endl; - cout << "testing server enable... " << flush; try { @@ -483,7 +481,6 @@ allTests(const Ice::CommunicatorPtr& communicator) } threads.resize(0); - try { admin->startServer("invalid-pwd-no-oa"); @@ -602,7 +599,6 @@ allTests(const Ice::CommunicatorPtr& communicator) } cout << "ok" << endl; - cout << "testing temporary disable on failure... " << flush; try { |