summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-04-23 21:04:19 +0000
committerMark Spruiell <mes@zeroc.com>2003-04-23 21:04:19 +0000
commita90a53c6ace9c6c99eeb4e82a7970598d1df0975 (patch)
tree323d59255370f71bae03f739be4801d0936d35ac /cpp
parentRemoved signalShutdown (diff)
downloadice-a90a53c6ace9c6c99eeb4e82a7970598d1df0975.tar.bz2
ice-a90a53c6ace9c6c99eeb4e82a7970598d1df0975.tar.xz
ice-a90a53c6ace9c6c99eeb4e82a7970598d1df0975.zip
override Ice.Default.Locator to avoid iceboxadmin error message
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/test/IceStorm/federation/run.py2
-rwxr-xr-xcpp/test/IceStorm/federation2/run.py2
-rwxr-xr-xcpp/test/IceStorm/single/run.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/IceStorm/federation/run.py b/cpp/test/IceStorm/federation/run.py
index 93bc02c9cad..2eab33fb5e6 100755
--- a/cpp/test/IceStorm/federation/run.py
+++ b/cpp/test/IceStorm/federation/run.py
@@ -32,7 +32,7 @@ iceBox = os.path.join(toplevel, "bin", "icebox")
iceBoxAdmin = os.path.join(toplevel, "bin", "iceboxadmin")
iceStormAdmin = os.path.join(toplevel, "bin", "icestormadmin")
-iceBoxEndpoints = ' --IceBox.ServiceManager.Endpoints="default -p 12345"'
+iceBoxEndpoints = ' --IceBox.ServiceManager.Endpoints="default -p 12345" --Ice.Default.Locator='
iceStormService = " --IceBox.Service.IceStorm=IceStormService," + TestUtil.getIceVersion() + ":create" + \
' --IceStorm.TopicManager.Endpoints="default -p 12346"' + \
diff --git a/cpp/test/IceStorm/federation2/run.py b/cpp/test/IceStorm/federation2/run.py
index b1e5f76a413..fb9973c5c88 100755
--- a/cpp/test/IceStorm/federation2/run.py
+++ b/cpp/test/IceStorm/federation2/run.py
@@ -34,7 +34,7 @@ iceBox = os.path.join(toplevel, "bin", "icebox")
iceBoxAdmin = os.path.join(toplevel, "bin", "iceboxadmin")
iceStormAdmin = os.path.join(toplevel, "bin", "icestormadmin")
-iceBoxEndpoints = ' --IceBox.ServiceManager.Endpoints="default -p 12345"'
+iceBoxEndpoints = ' --IceBox.ServiceManager.Endpoints="default -p 12345" --Ice.Default.Locator='
iceStormService = " --IceBox.Service.IceStorm=IceStormService," + TestUtil.getIceVersion() + ":create" + \
' --IceStorm.TopicManager.Endpoints="default -p 12346"' + \
diff --git a/cpp/test/IceStorm/single/run.py b/cpp/test/IceStorm/single/run.py
index f23e0c37cb0..4569179ef2b 100755
--- a/cpp/test/IceStorm/single/run.py
+++ b/cpp/test/IceStorm/single/run.py
@@ -32,7 +32,7 @@ iceBox = os.path.join(toplevel, "bin", "icebox")
iceBoxAdmin = os.path.join(toplevel, "bin", "iceboxadmin")
iceStormAdmin = os.path.join(toplevel, "bin", "icestormadmin")
-iceBoxEndpoints = ' --IceBox.ServiceManager.Endpoints="default -p 12345"'
+iceBoxEndpoints = ' --IceBox.ServiceManager.Endpoints="default -p 12345" --Ice.Default.Locator='
iceStormService = " --IceBox.Service.IceStorm=IceStormService," + TestUtil.getIceVersion() + ":create" + \
' --IceStorm.TopicManager.Endpoints="default -p 12346"' + \