diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-03-25 23:11:33 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-03-25 23:11:33 +0000 |
commit | feee474a8ea6f4b113bd7365f97b69a9b43d9503 (patch) | |
tree | be97850a4e9370c4100de1f6f208e03967a1c88b /cpp/config/TestUtil.py | |
parent | Updated to fit into the test framework. (diff) | |
download | ice-feee474a8ea6f4b113bd7365f97b69a9b43d9503.tar.bz2 ice-feee474a8ea6f4b113bd7365f97b69a9b43d9503.tar.xz ice-feee474a8ea6f4b113bd7365f97b69a9b43d9503.zip |
Updated to include test/IceSSL/configuration in the compilation
dependencies on the all project.
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 d69d3213a28..b9b80624ffb 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -14,8 +14,8 @@ # 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 |