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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/test/Ice/objects/TestI.py b/python/test/Ice/objects/TestI.py
index 8ce0c271081..3745f509546 100644
--- a/python/test/Ice/objects/TestI.py
+++ b/python/test/Ice/objects/TestI.py
@@ -132,10 +132,10 @@ class InitialI(Test.Initial):
return True
def getMB(self, current):
- return self._b1
+ return Test.Initial.GetMBMarshaledResult(self._b1, current)
def getAMDMB(self, current):
- return Ice.Future.completed(self._b1)
+ return Ice.Future.completed(Test.Initial.GetAMDMBMarshaledResult(self._b1, current))
def getAll(self, current=None):
self._b1.preMarshalInvoked = False