summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-05-08 17:06:59 +0000
committerMarc Laukien <marc@zeroc.com>2002-05-08 17:06:59 +0000
commitc3788bc769adb082f446cedd1bbc5a57aab80c5a (patch)
treeb2748cdf3000a59f69a2dec3c3f57ae8f23acc7e /cpp/config/TestUtil.py
parentmade some classes final (diff)
downloadice-c3788bc769adb082f446cedd1bbc5a57aab80c5a.tar.bz2
ice-c3788bc769adb082f446cedd1bbc5a57aab80c5a.tar.xz
ice-c3788bc769adb082f446cedd1bbc5a57aab80c5a.zip
override
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r--cpp/config/TestUtil.py6
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