diff options
author | Marc Laukien <marc@zeroc.com> | 2002-07-29 23:57:09 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-07-29 23:57:09 +0000 |
commit | 1c1d8788dba5386b57ea0b7c3844074c40c4cd9d (patch) | |
tree | f2f42f6b4558499e84efc582de52a6122138e089 /cpp/config/TestUtil.py | |
parent | Added database error message callback to log error to the logger. (diff) | |
download | ice-1c1d8788dba5386b57ea0b7c3844074c40c4cd9d.tar.bz2 ice-1c1d8788dba5386b57ea0b7c3844074c40c4cd9d.tar.xz ice-1c1d8788dba5386b57ea0b7c3844074c40c4cd9d.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 8bbd35bbf4b..8ff5e1af860 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 |