summaryrefslogtreecommitdiff
path: root/java/allTests.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-12-15 16:29:45 +0100
committerJose <jose@zeroc.com>2014-12-15 16:29:45 +0100
commit46fb5ce4d7115bbdebd938cedb0481d23c5572ea (patch)
treecadff301f7e4ffd9b842f87991e9563a3ab0e066 /java/allTests.py
parentFix: Missing quotes in endpoints (diff)
downloadice-46fb5ce4d7115bbdebd938cedb0481d23c5572ea.tar.bz2
ice-46fb5ce4d7115bbdebd938cedb0481d23c5572ea.tar.xz
ice-46fb5ce4d7115bbdebd938cedb0481d23c5572ea.zip
Fixed (ICE-6179) - SessionHelper classes create bogus endpoint when use ipv6 address
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-xjava/allTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/allTests.py b/java/allTests.py
index 64cc105e72d..00b27d483e0 100755
--- a/java/allTests.py
+++ b/java/allTests.py
@@ -81,7 +81,7 @@ tests = [
("Freeze/evictor", ["once"]),
("Freeze/fileLock", ["once"]),
("Glacier2/router", ["service"]),
- ("Glacier2/sessionHelper", ["service", "noipv6"]),
+ ("Glacier2/sessionHelper", ["core"]),
("IceDiscovery/simple", ["service"]),
("IceGrid/simple", ["service"]),
("IceSSL/configuration", ["once"])