diff options
author | Marc Laukien <marc@zeroc.com> | 2002-05-13 16:57:43 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-05-13 16:57:43 +0000 |
commit | 0dd77f75ece3d3cfe69c7eb73d2bd161842f2f53 (patch) | |
tree | 892e0b522717be150d1afe661236b133e6dc1979 /cpp/config/TestUtil.py | |
parent | fix (diff) | |
download | ice-0dd77f75ece3d3cfe69c7eb73d2bd161842f2f53.tar.bz2 ice-0dd77f75ece3d3cfe69c7eb73d2bd161842f2f53.tar.xz ice-0dd77f75ece3d3cfe69c7eb73d2bd161842f2f53.zip |
fix
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 d5975d3a433..a3d73952a16 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 |