diff options
author | Marc Laukien <marc@zeroc.com> | 2002-05-14 17:40:53 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-05-14 17:40:53 +0000 |
commit | 2c73c25646089cea37fc62948cb2a7df226887d5 (patch) | |
tree | 4c93635ac9bed34b462dbbbe171d60a70ec938b0 /cpp/config/TestUtil.py | |
parent | Updated to fix a problem with SSL server shutdown. (diff) | |
download | ice-2c73c25646089cea37fc62948cb2a7df226887d5.tar.bz2 ice-2c73c25646089cea37fc62948cb2a7df226887d5.tar.xz ice-2c73c25646089cea37fc62948cb2a7df226887d5.zip |
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 a3d73952a16..d5975d3a433 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 |