diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-19 21:02:07 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-19 21:02:07 +0000 |
commit | d22f3b7aff7e045ec9155188c1b22ff3d161d64e (patch) | |
tree | 3132164443ede76ad8bdce4f5bb4ea8ae688512f /cpp/config/TestUtil.py | |
parent | fix (diff) | |
download | ice-d22f3b7aff7e045ec9155188c1b22ff3d161d64e.tar.bz2 ice-d22f3b7aff7e045ec9155188c1b22ff3d161d64e.tar.xz ice-d22f3b7aff7e045ec9155188c1b22ff3d161d64e.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 ca000a7230a..9519e2c437e 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 |