summaryrefslogtreecommitdiff
path: root/python/test/Ice/adapterDeactivation/TestI.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/adapterDeactivation/TestI.py')
-rw-r--r--python/test/Ice/adapterDeactivation/TestI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/adapterDeactivation/TestI.py b/python/test/Ice/adapterDeactivation/TestI.py
index aeb4f60e98b..03e44ce4911 100644
--- a/python/test/Ice/adapterDeactivation/TestI.py
+++ b/python/test/Ice/adapterDeactivation/TestI.py
@@ -14,7 +14,7 @@ def test(b):
if not b:
raise RuntimeError('test assertion failed')
-class TestI(Test._TestIntfDisp):
+class TestI(Test.TestIntf):
def transient(self, current=None):
communicator = current.adapter.getCommunicator()
adapter = communicator.createObjectAdapterWithEndpoints("TransientTestAdapter", "default -p 9999")