diff options
author | Mark Spruiell <mes@zeroc.com> | 2014-06-27 14:14:04 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2014-06-27 14:14:04 -0700 |
commit | 5fdea8dbfcf744d966ef48cc087013c4d4910fb4 (patch) | |
tree | 42f025f53d86d90f763f6257684a4d627594f94b /java/allTests.py | |
parent | Added missing .exe.config to C# discovery test (diff) | |
download | ice-5fdea8dbfcf744d966ef48cc087013c4d4910fb4.tar.bz2 ice-5fdea8dbfcf744d966ef48cc087013c4d4910fb4.tar.xz ice-5fdea8dbfcf744d966ef48cc087013c4d4910fb4.zip |
adding IceWS for Java
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/allTests.py b/java/allTests.py index 0285feb9e74..64e9a0eb036 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -70,7 +70,7 @@ tests = [ ("Ice/hash", ["once"]), ("Ice/optional", ["once"]), ("Ice/admin", ["core"]), - ("Ice/metrics", ["core", "nossl", "noipv6", "nocompress", "nosocks"]), + ("Ice/metrics", ["core", "nossl", "nows", "noipv6", "nocompress", "nosocks"]), ("Ice/enums", ["once"]), ("IceBox/admin", ["core", "noipv6", "nomx"]), ("IceBox/configuration", ["core", "noipv6", "nomx"]), @@ -79,7 +79,7 @@ tests = [ ("Freeze/evictor", ["core"]), ("Freeze/fileLock", ["once"]), ("Glacier2/router", ["service"]), - ("Glacier2/sessionHelper", ["service", "nossl", "noipv6"]), + ("Glacier2/sessionHelper", ["service", "nossl", "nows", "noipv6"]), ("IceDiscovery/simple", ["service"]), ("IceGrid/simple", ["service"]), ("IceSSL/configuration", ["once"]) |