summaryrefslogtreecommitdiff
path: root/python/test/Ice/optional/ServerAMD.py
diff options
context:
space:
mode:
authorJose <pepone@users.noreply.github.com>2021-01-08 23:44:50 +0100
committerGitHub <noreply@github.com>2021-01-08 23:44:50 +0100
commit4419db6dc600b41141c23ede1c6895cbc898e819 (patch)
treefbb5b3769febe09a7caeb9e709480401515ba684 /python/test/Ice/optional/ServerAMD.py
parentFix Bogus name for metrics Request Id field - Close #906 (diff)
downloadice-4419db6dc600b41141c23ede1c6895cbc898e819.tar.bz2
ice-4419db6dc600b41141c23ede1c6895cbc898e819.tar.xz
ice-4419db6dc600b41141c23ede1c6895cbc898e819.zip
Fix C# marshal/unmarshal of optional data members (#1232)
See #889
Diffstat (limited to 'python/test/Ice/optional/ServerAMD.py')
-rwxr-xr-xpython/test/Ice/optional/ServerAMD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/optional/ServerAMD.py b/python/test/Ice/optional/ServerAMD.py
index 2d9b9b43826..7f0799aa70a 100755
--- a/python/test/Ice/optional/ServerAMD.py
+++ b/python/test/Ice/optional/ServerAMD.py
@@ -24,7 +24,7 @@ class InitialI(Test.Initial):
def opDerivedException(self, a, b, o, current=None):
f = Ice.Future()
- f.set_exception(Test.DerivedException(False, a, b, o, b, o))
+ f.set_exception(Test.DerivedException(False, a, b, o, "d1", b, o, "d2"))
return f
def opRequiredException(self, a, b, o, current=None):