diff options
author | Marc Laukien <marc@zeroc.com> | 2002-05-06 21:55:28 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-05-06 21:55:28 +0000 |
commit | 5a13245265b3f0710e55275e8f367c32893b5b76 (patch) | |
tree | 35aeb3af96d725eca9bc7edb8942fc9785ff766e /cpp/config/TestUtil.py | |
parent | fix (diff) | |
download | ice-5a13245265b3f0710e55275e8f367c32893b5b76.tar.bz2 ice-5a13245265b3f0710e55275e8f367c32893b5b76.tar.xz ice-5a13245265b3f0710e55275e8f367c32893b5b76.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 8410290b0a8..7a9dcc21da1 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 the host to the host name the test servers are running on. If not |