diff options
author | Brent Eagles <brent@zeroc.com> | 2006-06-08 17:39:28 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-06-08 17:39:28 +0000 |
commit | 20e5bf65239754542362fad8cb9d7472107bc830 (patch) | |
tree | f6f49ab3a131d9eaf27c258f72bbfe052d4d3b1b /cpp/config/TestUtil.py | |
parent | adding WstringWstringMap for release build (diff) | |
download | ice-20e5bf65239754542362fad8cb9d7472107bc830.tar.bz2 ice-20e5bf65239754542362fad8cb9d7472107bc830.tar.xz ice-20e5bf65239754542362fad8cb9d7472107bc830.zip |
- Removing PCRE comments from the INSTALL.WINDOWS file.
- Correcting the confiugre command line for the IcePHP SRPM build
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 684ff6039a7..865df2b44bd 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -14,8 +14,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 |