diff options
author | Marc Laukien <marc@zeroc.com> | 2002-05-08 17:06:59 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-05-08 17:06:59 +0000 |
commit | c3788bc769adb082f446cedd1bbc5a57aab80c5a (patch) | |
tree | b2748cdf3000a59f69a2dec3c3f57ae8f23acc7e /cpp/config/TestUtil.py | |
parent | made some classes final (diff) | |
download | ice-c3788bc769adb082f446cedd1bbc5a57aab80c5a.tar.bz2 ice-c3788bc769adb082f446cedd1bbc5a57aab80c5a.tar.xz ice-c3788bc769adb082f446cedd1bbc5a57aab80c5a.zip |
override
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 89a4cf383fa..d5975d3a433 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -54,9 +54,9 @@ else: clientServerProtocol = "" if compress: - clientProtocol += " --Ice.Overwrite.Compress" - serverProtocol += " --Ice.Overwrite.Compress" - clientServerProtocol += " --Ice.Overwrite.Compress" + clientProtocol += " --Ice.Override.Compress" + serverProtocol += " --Ice.Override.Compress" + clientServerProtocol += " --Ice.Override.Compress" if host != "": defaultHost = " --Ice.Default.Host=" + host |