summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2001-11-20 19:14:03 +0000
committerAnthony Neal <aneal@zeroc.com>2001-11-20 19:14:03 +0000
commitd37973fcd2bfaf5a0891949c10769dbbfce2eb31 (patch)
tree97ecb5accb78c64330f15f336dbae1c53e83e169 /cpp/config/TestUtil.py
parentremove interrupt pipe; reaping fixes (diff)
downloadice-d37973fcd2bfaf5a0891949c10769dbbfce2eb31.tar.bz2
ice-d37973fcd2bfaf5a0891949c10769dbbfce2eb31.tar.xz
ice-d37973fcd2bfaf5a0891949c10769dbbfce2eb31.zip
Minor mods to fix some typos, and to update the .depend to support the new
SecurityException.ice file.
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 0a416ee8057..dc6a65533b1 100644
--- a/cpp/config/TestUtil.py
+++ b/cpp/config/TestUtil.py
@@ -14,13 +14,13 @@ import sys, os
protocol = "ssl"
serverOptions = " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.ServerIdleTime=30" + \
- " --Ice.Ssl.CertPath=TOPLEVELDIR/Certs --Ice.Ssl.Config=server_sslconfig.xml --Ice.Protocol=" + \
+ " --Ice.Ssl.CertPath=TOPLEVELDIR/certs --Ice.Ssl.Config=server_sslconfig.xml --Ice.Protocol=" + \
protocol
-clientOptions = " --Ice.Ssl.CertPath=TOPLEVELDIR/Certs --Ice.Ssl.Config=client_sslconfig.xml --Ice.Protocol=" + \
+clientOptions = " --Ice.Ssl.CertPath=TOPLEVELDIR/certs --Ice.Ssl.Config=client_sslconfig.xml --Ice.Protocol=" + \
protocol
-collocatedOptions = " --Ice.Ssl.CertPath=TOPLEVELDIR/Certs --Ice.Ssl.Config=sslconfig.xml --Ice.Protocol=" + \
+collocatedOptions = " --Ice.Ssl.CertPath=TOPLEVELDIR/certs --Ice.Ssl.Config=sslconfig.xml --Ice.Protocol=" + \
protocol
serverPids = []