diff options
author | Marc Laukien <marc@zeroc.com> | 2002-01-08 21:37:57 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-01-08 21:37:57 +0000 |
commit | f8c70bdb7a50f59a0fa0d8f605c321126b6c4a87 (patch) | |
tree | 01fc4580a9ea1bf063f73c24e334de7950367b9c /cpp/config/TestUtil.py | |
parent | Have implemented the TimeoutException strategy for dealing with (diff) | |
download | ice-f8c70bdb7a50f59a0fa0d8f605c321126b6c4a87.tar.bz2 ice-f8c70bdb7a50f59a0fa0d8f605c321126b6c4a87.tar.xz ice-f8c70bdb7a50f59a0fa0d8f605c321126b6c4a87.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 2a985379f30..1692e4b810b 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 |