summaryrefslogtreecommitdiff
path: root/python/test/Ice/optional/Server.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2016-09-08 13:56:08 -0700
committerMark Spruiell <mes@zeroc.com>2016-09-08 13:56:08 -0700
commit2e78fe1212d27bbcfb049dfa6a56e52db496b816 (patch)
treeff33e5967bbb7ce6aa528dac6db88d4177efe8cb /python/test/Ice/optional/Server.py
parentUpdate java-compat to latest version of builder (diff)
downloadice-2e78fe1212d27bbcfb049dfa6a56e52db496b816.tar.bz2
ice-2e78fe1212d27bbcfb049dfa6a56e52db496b816.tar.xz
ice-2e78fe1212d27bbcfb049dfa6a56e52db496b816.zip
ICE-7333 - Java/C# cross test failure in Ice/optional
Diffstat (limited to 'python/test/Ice/optional/Server.py')
-rwxr-xr-xpython/test/Ice/optional/Server.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/test/Ice/optional/Server.py b/python/test/Ice/optional/Server.py
index c865c37b1c3..7dac81076cd 100755
--- a/python/test/Ice/optional/Server.py
+++ b/python/test/Ice/optional/Server.py
@@ -183,6 +183,9 @@ class InitialI(Test.Initial):
def supportsCppStringView(self, current=None):
return False
+ def supportsNullOptional(self, current=None):
+ return True
+
def run(args, communicator):
communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010:udp")
adapter = communicator.createObjectAdapter("TestAdapter")