diff options
author | Jose <jose@zeroc.com> | 2011-12-09 21:54:40 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2011-12-09 21:54:40 +0100 |
commit | 5e631923d9ab482455ec2c22a7f6148722f2b081 (patch) | |
tree | 0b69f0c374a72a1617ada3ac2c9594096ba204d5 /cpp/allTests.py | |
parent | 4711 - Only initiate connection shutdown if not already done (diff) | |
download | ice-5e631923d9ab482455ec2c22a7f6148722f2b081.tar.bz2 ice-5e631923d9ab482455ec2c22a7f6148722f2b081.tar.xz ice-5e631923d9ab482455ec2c22a7f6148722f2b081.zip |
Glacier2 SessionHelper related fixes
- Add C++ Glacier2/sessionHelper test
- Fix helpers to dispatch connect failed in a separate thread
ICE-4714
- No longer clear the communicator on connection lost or disconnect
ICE-4707
- Glacier2.SessionHelper const/final ICE-4476
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 33b7d8896cc..7e3c813e710 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -99,6 +99,7 @@ tests = [ ("Glacier2/ssl", ["service", "novalgrind", "novc6"]), # valgrind doesn't work well with openssl ("Glacier2/dynamicFiltering", ["service", "novc6"]), ("Glacier2/staticFiltering", ["service", "noipv6", "novc6"]), + ("Glacier2/sessionHelper", ["service", "novc6"]), ] # |