diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-04-06 16:19:38 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-04-06 16:19:38 +0000 |
commit | 5459931737df849f31859ebd810ae7b52a2832f7 (patch) | |
tree | ded666e3fb25774398a8484f746b354b32c83c97 /cppe/config/TestUtil.py | |
parent | Remomved compression from IceE (diff) | |
download | ice-5459931737df849f31859ebd810ae7b52a2832f7.tar.bz2 ice-5459931737df849f31859ebd810ae7b52a2832f7.tar.xz ice-5459931737df849f31859ebd810ae7b52a2832f7.zip |
Removed compression
Diffstat (limited to 'cppe/config/TestUtil.py')
-rw-r--r-- | cppe/config/TestUtil.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cppe/config/TestUtil.py b/cppe/config/TestUtil.py index f5e93a2e82b..2ca024fa05b 100644 --- a/cppe/config/TestUtil.py +++ b/cppe/config/TestUtil.py @@ -9,14 +9,6 @@ # ********************************************************************** # -# Set compressed to 1 in case you want to run the tests with -# protocol compression. -# - -#compress = 0 -compress = 1 - -# # If you don't set "host" below, then the Ice library will try to find # out the IP address of this host. For the Ice test suite, it's best # to set the IP address explicitly to 127.0.0.1. This avoid problems @@ -192,11 +184,6 @@ clientProtocol = "" serverProtocol = "" clientServerProtocol = "" -if compress: - clientProtocol += " --Ice.Override.Compress" - serverProtocol += " --Ice.Override.Compress" - clientServerProtocol += " --Ice.Override.Compress" - if host != "": defaultHost = " --Ice.Default.Host=" + host else: |