summaryrefslogtreecommitdiff
path: root/py/test/Ice/exceptions/AllTests.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2014-08-22 15:35:21 -0230
committerDwayne Boone <dwayne@zeroc.com>2014-08-22 15:35:21 -0230
commit609591644a83b2c75627951a89d6caa2cce2e3eb (patch)
treeda2e8632b79fdf3a2b1c76d29c5feea716d93dee /py/test/Ice/exceptions/AllTests.py
parentSort src Makefiles for C# and Python (diff)
downloadice-609591644a83b2c75627951a89d6caa2cce2e3eb.tar.bz2
ice-609591644a83b2c75627951a89d6caa2cce2e3eb.tar.xz
ice-609591644a83b2c75627951a89d6caa2cce2e3eb.zip
ICE-5606 renamed ServantLocator::deactivate to destroy
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 9c3f347a6d5..d831af60829 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 deactivate(self, category):
+ def destroy(self, category):
pass
class ObjectFactoryI(Ice.ObjectFactory):