summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/AllTests.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-06-17 22:59:26 +0000
committerMichi Henning <michi@zeroc.com>2003-06-17 22:59:26 +0000
commitdc7883987268ddf6c9429bfa2ab9d6eabfd1d3d0 (patch)
tree46655692041a442ae6a4512980fafead8781e666 /cpp/test/Ice/exceptions/AllTests.cpp
parentminor edits (diff)
downloadice-dc7883987268ddf6c9429bfa2ab9d6eabfd1d3d0.tar.bz2
ice-dc7883987268ddf6c9429bfa2ab9d6eabfd1d3d0.tar.xz
ice-dc7883987268ddf6c9429bfa2ab9d6eabfd1d3d0.zip
Removed removeServantLocator() from ObjectAdapter.
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;