summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/AllTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/exceptions/AllTests.cpp')
-rw-r--r--cpp/test/Ice/exceptions/AllTests.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/cpp/test/Ice/exceptions/AllTests.cpp b/cpp/test/Ice/exceptions/AllTests.cpp
index ba11bd18de5..3f04bc5e879 100644
--- a/cpp/test/Ice/exceptions/AllTests.cpp
+++ b/cpp/test/Ice/exceptions/AllTests.cpp
@@ -605,18 +605,6 @@ allTests(const Ice::CommunicatorPtr& communicator, bool collocated)
}
test(gotException);
- gotException = false;
- adapter->removeServantLocator("x");
- try
- {
- adapter->removeServantLocator("x");
- }
- catch(const Ice::NotRegisteredException&)
- {
- gotException = true;
- }
- test(gotException);
-
adapter->deactivate();
}
cout << "ok" << endl;