diff options
author | Marc Laukien <marc@zeroc.com> | 2002-07-03 00:22:32 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-07-03 00:22:32 +0000 |
commit | 24c56662c5f6eff3f015833d037dc9897066c4e9 (patch) | |
tree | c43d498c42d26300e17820c07ef3603e0b103f6c /cpp/config/TestUtil.py | |
parent | Iterators should not be closed/invaliated by reading the maps content. (diff) | |
download | ice-24c56662c5f6eff3f015833d037dc9897066c4e9.tar.bz2 ice-24c56662c5f6eff3f015833d037dc9897066c4e9.tar.xz ice-24c56662c5f6eff3f015833d037dc9897066c4e9.zip |
comments
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 005ef58c5f0..1631ae35fec 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 |