diff options
author | Marc Laukien <marc@zeroc.com> | 2001-11-23 00:24:58 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-11-23 00:24:58 +0000 |
commit | 122413c605acba327020634fa9f55e4e88a7b8a5 (patch) | |
tree | 7da8a15bc43712ba0a6a6902b26f3cf63e6272bb /cpp/config/TestUtil.py | |
parent | fix (diff) | |
download | ice-122413c605acba327020634fa9f55e4e88a7b8a5.tar.bz2 ice-122413c605acba327020634fa9f55e4e88a7b8a5.tar.xz ice-122413c605acba327020634fa9f55e4e88a7b8a5.zip |
fix
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 2c387f0222c..1c3b375ac0e 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -14,14 +14,14 @@ import sys, os protocol = "tcp" serverOptions = \ -" --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.WarnAboutServerExceptions=1 --Ice.ServerIdleTime=30" + \ +" --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.WarnAboutServerExceptions --Ice.ServerIdleTime=30" + \ " --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=" + protocol clientServerOptions = \ -" --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.WarnAboutServerExceptions=1 --Ice.ServerIdleTime=30" + \ +" --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.WarnAboutServerExceptions --Ice.ServerIdleTime=30" + \ " --Ice.Ssl.CertPath=TOPLEVELDIR/certs --Ice.Ssl.Config=sslconfig.xml --Ice.Protocol=" + protocol collocatedOptions = \ |