From 2e78fe1212d27bbcfb049dfa6a56e52db496b816 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Thu, 8 Sep 2016 13:56:08 -0700 Subject: ICE-7333 - Java/C# cross test failure in Ice/optional --- python/test/Ice/optional/Server.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/test/Ice/optional/Server.py') 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") -- cgit v1.2.3