summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-11-09 22:25:43 +0000
committerMarc Laukien <marc@zeroc.com>2002-11-09 22:25:43 +0000
commit965d9f1c709305688271108bb2a888a34701b617 (patch)
tree31b231a67b7dfdcb7c57e8fabd948a9339fee651 /cpp/config/TestUtil.py
parentfixes for win32 (diff)
downloadice-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.py2
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"