summaryrefslogtreecommitdiff
path: root/python/test/Ice/ami/TestI.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/ami/TestI.py')
-rw-r--r--python/test/Ice/ami/TestI.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/test/Ice/ami/TestI.py b/python/test/Ice/ami/TestI.py
index 0eb0675b721..1197976408b 100644
--- a/python/test/Ice/ami/TestI.py
+++ b/python/test/Ice/ami/TestI.py
@@ -80,6 +80,10 @@ class TestIntfI(Test.TestIntf):
def pingBiDir(self, id, current = None):
Test.PingReplyPrx.uncheckedCast(current.con.createProxy(id)).reply()
+class TestIntfII(Test.Outer.Inner.TestIntf):
+ def op(self, i, current):
+ return (i, i)
+
class TestIntfControllerI(Test.TestIntfController):
def __init__(self, adapter):
self._adapter = adapter