diff options
author | Marc Laukien <marc@zeroc.com> | 2002-10-29 19:04:00 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-10-29 19:04:00 +0000 |
commit | bda64ab89f5fae90f848758695d4c5728b30e424 (patch) | |
tree | 46171889152a100089eade14da54968fde4a77fe /cpp/config/TestUtil.py | |
parent | Implemented connect-time handshaking. (diff) | |
download | ice-bda64ab89f5fae90f848758695d4c5728b30e424.tar.bz2 ice-bda64ab89f5fae90f848758695d4c5728b30e424.tar.xz ice-bda64ab89f5fae90f848758695d4c5728b30e424.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 4cc254924da..45c4398effc 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -20,8 +20,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 |