summaryrefslogtreecommitdiff
path: root/py/test/Ice/exceptions/AllTests.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2014-08-22 16:28:31 -0230
committerDwayne Boone <dwayne@zeroc.com>2014-08-22 16:28:31 -0230
commit8e63757aa8c07d290856fd987ae78d90ffd2ae16 (patch)
treedfa0189f62bc8373c57604bdb6875fcd825f29a9 /py/test/Ice/exceptions/AllTests.py
parentICE-5606 renamed ServantLocator::deactivate to destroy (diff)
downloadice-8e63757aa8c07d290856fd987ae78d90ffd2ae16.tar.bz2
ice-8e63757aa8c07d290856fd987ae78d90ffd2ae16.tar.xz
ice-8e63757aa8c07d290856fd987ae78d90ffd2ae16.zip
Revert "ICE-5606 renamed ServantLocator::deactivate to destroy"
This reverts commit 710af6e9ea945157ef8b92112167aeda01b6d383.
Diffstat (limited to 'py/test/Ice/exceptions/AllTests.py')
-rw-r--r--py/test/Ice/exceptions/AllTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/exceptions/AllTests.py b/py/test/Ice/exceptions/AllTests.py
index d831af60829..9c3f347a6d5 100644
--- a/py/test/Ice/exceptions/AllTests.py
+++ b/py/test/Ice/exceptions/AllTests.py
@@ -23,7 +23,7 @@ class ServantLocatorI(Ice.ServantLocator):
def finished(self, current, servant, cookie):
pass
- def destroy(self, category):
+ def deactivate(self, category):
pass
class ObjectFactoryI(Ice.ObjectFactory):