diff options
Diffstat (limited to 'python/test/Ice/objects/TestI.py')
-rw-r--r-- | python/test/Ice/objects/TestI.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/test/Ice/objects/TestI.py b/python/test/Ice/objects/TestI.py index 7bdcbc6b338..6da50f05ef2 100644 --- a/python/test/Ice/objects/TestI.py +++ b/python/test/Ice/objects/TestI.py @@ -153,6 +153,9 @@ class InitialI(Test.Initial): def getH(self, current=None): return HI() + def getK(self, current=None): + return Test.K(Test.L("l")) + def getD1(self, d1, current=None): return d1 |