summaryrefslogtreecommitdiff
path: root/python/test/Ice/objects/TestI.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/objects/TestI.py')
-rw-r--r--python/test/Ice/objects/TestI.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/test/Ice/objects/TestI.py b/python/test/Ice/objects/TestI.py
index 83cb67e51a8..121ea779941 100644
--- a/python/test/Ice/objects/TestI.py
+++ b/python/test/Ice/objects/TestI.py
@@ -195,6 +195,9 @@ class InitialI(Test.Initial):
def throwInnerSubEx(self, current=None):
raise Test.Inner.Sub.Ex("Inner::Sub::Ex")
+ def opM(self, m, current=None):
+ return (m, m)
+
class UnexpectedObjectExceptionTestI(Test.UnexpectedObjectExceptionTest):
def op(self, current=None):
return Test.AlsoEmpty()