diff options
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: |