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.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/test/Ice/objects/TestI.py b/python/test/Ice/objects/TestI.py
index 5fc8b0cedca..d75af432c32 100644
--- a/python/test/Ice/objects/TestI.py
+++ b/python/test/Ice/objects/TestI.py
@@ -147,6 +147,12 @@ class InitialI(Test.Initial):
def getH(self, current=None):
return HI()
+
+ def getD1(self, d1, current=None):
+ return d1
+
+ def throwEDerived(self, current=None):
+ raise Test.EDerived(Test.A1("a1"), Test.A1("a2"), Test.A1("a3"), Test.A1("a4"))
def setI(self, i, current=None):
pass