summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
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