summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-12-14 11:13:22 -0330
committerDwayne Boone <dwayne@zeroc.com>2009-12-14 11:13:22 -0330
commit4cedb1904cf692defbe1a9c48664340bd26b3ab4 (patch)
tree4ce2db74f31eee480500429ebfe7c1936df78470 /cpp
parentUpdated READMES for windows installer (diff)
downloadice-4cedb1904cf692defbe1a9c48664340bd26b3ab4.tar.bz2
ice-4cedb1904cf692defbe1a9c48664340bd26b3ab4.tar.xz
ice-4cedb1904cf692defbe1a9c48664340bd26b3ab4.zip
Bug 4468 - warning in replicaGroup test
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/test/IceGrid/replicaGroup/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/replicaGroup/run.py b/cpp/test/IceGrid/replicaGroup/run.py
index a0db78792b9..8f56c4ac331 100755
--- a/cpp/test/IceGrid/replicaGroup/run.py
+++ b/cpp/test/IceGrid/replicaGroup/run.py
@@ -20,6 +20,6 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0]))
from scripts import *
-IceGridAdmin.iceGridTest("application.xml", "--Ice.RetryIntervals='0 50 100 250'",
+IceGridAdmin.iceGridTest("application.xml", "--Ice.RetryIntervals=\"0 50 100 250\"",
"icebox.exe='%s'" % TestUtil.getIceBox())