diff options
author | Marc Laukien <marc@zeroc.com> | 2006-03-01 15:53:40 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2006-03-01 15:53:40 +0000 |
commit | 9119247a0df657fe35c8d9a9a8b6df1247c43fe8 (patch) | |
tree | 74e8120f3e2fde3055fe8e93e2325bc498959183 /cpp/config/TestUtil.py | |
parent | Removed some unecessay code (diff) | |
download | ice-9119247a0df657fe35c8d9a9a8b6df1247c43fe8.tar.bz2 ice-9119247a0df657fe35c8d9a9a8b6df1247c43fe8.tar.xz ice-9119247a0df657fe35c8d9a9a8b6df1247c43fe8.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 b6a7e073eac..a10699706e6 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -13,8 +13,8 @@ # protocol. Otherwise TCP is used. # -protocol = "ssl" -#protocol = "tcp" +#protocol = "ssl" +protocol = "tcp" # # Set compressed to 1 in case you want to run the tests with |