diff options
Diffstat (limited to 'py/test/Ice/objects/TestI.py')
-rw-r--r-- | py/test/Ice/objects/TestI.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/py/test/Ice/objects/TestI.py b/py/test/Ice/objects/TestI.py index 7f1f2791c2f..7e8b2931e75 100644 --- a/py/test/Ice/objects/TestI.py +++ b/py/test/Ice/objects/TestI.py @@ -151,6 +151,9 @@ class InitialI(Test.Initial): def setI(self, i, current=None): pass + def opBaseSeq(self, inSeq, current=None): + return (inSeq, inSeq) + class UnexpectedObjectExceptionTestI(Test.UnexpectedObjectExceptionTest): def op(self, current=None): return Test.AlsoEmpty() |