summaryrefslogtreecommitdiff
path: root/java/allTests.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2012-07-11 15:43:39 -0700
committerMark Spruiell <mes@zeroc.com>2012-07-11 15:43:39 -0700
commit4c3ad6fca3a994699b9a19021f6e17d3150dad6e (patch)
tree5f98c5d20e9e6eba4fa531f0bfc87af143d62b21 /java/allTests.py
parentDon't write optionals with 1.0 encoding, added UnknownSlicedObject test, fixe... (diff)
downloadice-4c3ad6fca3a994699b9a19021f6e17d3150dad6e.tar.bz2
ice-4c3ad6fca3a994699b9a19021f6e17d3150dad6e.tar.xz
ice-4c3ad6fca3a994699b9a19021f6e17d3150dad6e.zip
implementing optional params in Java
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-xjava/allTests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/allTests.py b/java/allTests.py
index 2510b5ffeb3..d69abc728fb 100755
--- a/java/allTests.py
+++ b/java/allTests.py
@@ -64,6 +64,7 @@ tests = [
("Ice/classLoader", ["core"]),
("Ice/invoke", ["core"]),
("Ice/properties", ["once"]),
+ ("Ice/optional", ["once"]),
("IceBox/configuration", ["core", "noipv6"]),
("Freeze/dbmap", ["once"]),
("Freeze/complex", ["once"]),