diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-19 20:26:15 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-19 20:26:15 +0000 |
commit | fa1d5c95995b0eece64b5da943e0ee5ad1aaad72 (patch) | |
tree | abfc98d4c9e9074f0c20118215c800cae13e26f7 /cpp/config/TestUtil.py | |
parent | Fixed thread pool property (diff) | |
download | ice-fa1d5c95995b0eece64b5da943e0ee5ad1aaad72.tar.bz2 ice-fa1d5c95995b0eece64b5da943e0ee5ad1aaad72.tar.xz ice-fa1d5c95995b0eece64b5da943e0ee5ad1aaad72.zip |
exception handling fixes
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 9519e2c437e..ca000a7230a 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -16,8 +16,8 @@ import sys, os # protocol. Otherwise TCP is used. # -protocol = "ssl" -#protocol = "" +#protocol = "ssl" +protocol = "" # # Set compressed to 1 in case you want to run the tests with |