diff options
author | Michi Henning <michi@zeroc.com> | 2003-06-17 22:59:26 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-06-17 22:59:26 +0000 |
commit | dc7883987268ddf6c9429bfa2ab9d6eabfd1d3d0 (patch) | |
tree | 46655692041a442ae6a4512980fafead8781e666 /cpp/test/Ice/exceptions/AllTests.cpp | |
parent | minor edits (diff) | |
download | ice-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.cpp | 12 |
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; |