diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-08-22 15:35:21 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-08-22 15:35:21 -0230 |
commit | 609591644a83b2c75627951a89d6caa2cce2e3eb (patch) | |
tree | da2e8632b79fdf3a2b1c76d29c5feea716d93dee /py/test/Ice/exceptions/AllTests.py | |
parent | Sort src Makefiles for C# and Python (diff) | |
download | ice-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.py | 2 |
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): |