summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2001-11-21 20:57:36 +0000
committerAnthony Neal <aneal@zeroc.com>2001-11-21 20:57:36 +0000
commit161e98826bfbaa60a34f5d5e05b01e341bb3b8fc (patch)
tree73c3df54bfdc847596607ca9fff9337d52bf1c11 /cpp/config/TestUtil.py
parentUpdated the IcePack startup to use the collocted commands instead of (diff)
downloadice-161e98826bfbaa60a34f5d5e05b01e341bb3b8fc.tar.bz2
ice-161e98826bfbaa60a34f5d5e05b01e341bb3b8fc.tar.xz
ice-161e98826bfbaa60a34f5d5e05b01e341bb3b8fc.zip
Updated to properly send in the AdapterReady notification and the ProcessId
notification to the collocated options.
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r--cpp/config/TestUtil.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py
index 80285768c39..e9973d62a85 100644
--- a/cpp/config/TestUtil.py
+++ b/cpp/config/TestUtil.py
@@ -18,9 +18,9 @@ serverOptions = " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.ServerIdleT
" --Ice.Protocol=" + protocol
clientOptions = " --Ice.Ssl.CertPath=TOPLEVELDIR/certs --Ice.Ssl.Config=client_sslconfig.xml" + \
- " --Ice.Protocol=" + protocol
+ " --Ice.Protocol=" + protocol + " --Ice.Address=pugdragon"
-collocatedOptions = " --Ice.Ssl.CertPath=TOPLEVELDIR/certs --Ice.Ssl.Config=sslconfig.xml" + \
+collocatedOptions = " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.Ssl.CertPath=TOPLEVELDIR/certs --Ice.Ssl.Config=sslconfig.xml" + \
" --Ice.Protocol=" + protocol
serverPids = []