diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-04-19 14:54:28 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-04-19 14:54:28 +0000 |
commit | 90283288bc4d4fe6aa0a7ecbc4caa262c5c46a9e (patch) | |
tree | 3399cf11248ce48b992dd63a264568129c420054 /cpp/allTests.py | |
parent | fix for assertion failure on FC5 (diff) | |
download | ice-90283288bc4d4fe6aa0a7ecbc4caa262c5c46a9e.tar.bz2 ice-90283288bc4d4fe6aa0a7ecbc4caa262c5c46a9e.tar.xz ice-90283288bc4d4fe6aa0a7ecbc4caa262c5c46a9e.zip |
Added method to detroy session from backend
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index c6306df9db2..2bd723d0b17 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -53,7 +53,7 @@ def runTests(tests, num = 0): # tests = [ \ "IceUtil/thread", \ -# "IceUtil/unicode", \ + #"IceUtil/unicode", \ "IceUtil/inputUtil", \ "IceUtil/uuid", \ "Slice/errorDetection", \ @@ -93,6 +93,7 @@ tests = [ \ "Glacier2/router", \ "Glacier2/attack", \ "Glacier2/regex", \ + "Glacier2/sessionControl", \ ] # |