diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-11-04 14:05:55 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-11-04 14:05:55 +0000 |
commit | 3f1c3a2ae3eb231ea69ff9c4ce0da6c3eb784761 (patch) | |
tree | 6561292fe07c1337093163252f6bc6ce8be608df /java/config/TestUtil.py | |
parent | Changed required java version to 1.4.2 (diff) | |
download | ice-3f1c3a2ae3eb231ea69ff9c4ce0da6c3eb784761.tar.bz2 ice-3f1c3a2ae3eb231ea69ff9c4ce0da6c3eb784761.tar.xz ice-3f1c3a2ae3eb231ea69ff9c4ce0da6c3eb784761.zip |
Turn on compression by default
Diffstat (limited to 'java/config/TestUtil.py')
-rw-r--r-- | java/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py index 716e621a33d..500c6e2e4c1 100644 --- a/java/config/TestUtil.py +++ b/java/config/TestUtil.py @@ -21,8 +21,8 @@ protocol = "ssl" # protocol compression. # -compress = 0 -#compress = 1 +#compress = 0 +compress = 1 # # Set threadPerConnection to 1 in case you want to run the tests in |