diff options
author | Marc Laukien <marc@zeroc.com> | 2002-11-09 22:25:43 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-11-09 22:25:43 +0000 |
commit | 965d9f1c709305688271108bb2a888a34701b617 (patch) | |
tree | 31b231a67b7dfdcb7c57e8fabd948a9339fee651 /cpp/config/TestUtil.py | |
parent | fixes for win32 (diff) | |
download | ice-965d9f1c709305688271108bb2a888a34701b617.tar.bz2 ice-965d9f1c709305688271108bb2a888a34701b617.tar.xz ice-965d9f1c709305688271108bb2a888a34701b617.zip |
fixes for vc++ .net
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 20a5a8f6151..e3848e0147c 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -131,7 +131,7 @@ else: os.environ["LD_LIBRARY_PATH"] = os.path.join(toplevel, "lib") + ":" + os.environ["LD_LIBRARY_PATH"] if protocol == "ssl": - plugin = " --Ice.Plugin.IceSSL=IceSSL:create" + plugin = " --Ice.Plugin.IceSSL=IceSSL:create" clientProtocol = plugin + " --Ice.Default.Protocol=ssl" + \ " --IceSSL.Client.CertPath=" + os.path.join(toplevel, "certs") + \ " --IceSSL.Client.Config=client_sslconfig.xml" |