diff options
author | Jose <jose@zeroc.com> | 2014-12-15 16:29:45 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-12-15 16:29:45 +0100 |
commit | 46fb5ce4d7115bbdebd938cedb0481d23c5572ea (patch) | |
tree | cadff301f7e4ffd9b842f87991e9563a3ab0e066 /cpp/allTests.py | |
parent | Fix: Missing quotes in endpoints (diff) | |
download | ice-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 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 85fc2847220..a18c19c95e4 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -112,7 +112,7 @@ tests = [ ("Glacier2/ssl", ["service", "novalgrind", "novc100", "nomingw"]), # valgrind doesn't work well with openssl ("Glacier2/dynamicFiltering", ["service", "novc100", "nomingw"]), ("Glacier2/staticFiltering", ["service", "noipv6", "novc100", "nomingw", "nomx"]), - ("Glacier2/sessionHelper", ["service", "novc100", "nomingw", "nossl", "noipv6"]), + ("Glacier2/sessionHelper", ["core", "novc100", "nomingw"]), ] # |