diff options
author | Anthony Neal <aneal@zeroc.com> | 2001-11-20 19:14:03 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2001-11-20 19:14:03 +0000 |
commit | d37973fcd2bfaf5a0891949c10769dbbfce2eb31 (patch) | |
tree | 97ecb5accb78c64330f15f336dbae1c53e83e169 /cpp/config/TestUtil.py | |
parent | remove interrupt pipe; reaping fixes (diff) | |
download | ice-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.py | 6 |
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 = [] |