summaryrefslogtreecommitdiff
path: root/cs/config/TestUtil.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-06-19 13:31:05 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-06-19 13:31:05 +0000
commit6085c6c8e460aba49b79f7986d6c19f1289a85c2 (patch)
tree272a51a7e61d2b0fa318dd806f238f7c8099ef51 /cs/config/TestUtil.py
parentRemoved unused code (diff)
downloadice-6085c6c8e460aba49b79f7986d6c19f1289a85c2.tar.bz2
ice-6085c6c8e460aba49b79f7986d6c19f1289a85c2.tar.xz
ice-6085c6c8e460aba49b79f7986d6c19f1289a85c2.zip
Fix for bug 1047
Diffstat (limited to 'cs/config/TestUtil.py')
-rw-r--r--cs/config/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/config/TestUtil.py b/cs/config/TestUtil.py
index 1ffb3dd3d41..b1fe3bd7419 100644
--- a/cs/config/TestUtil.py
+++ b/cs/config/TestUtil.py
@@ -301,7 +301,7 @@ if protocol == "ssl":
" --IceSSL.CertFile=" + os.path.join(toplevel, "certs", "c_rsa1024.pfx") + \
" --IceSSL.Password=password" + \
" --IceSSL.CheckCertName=0"
- cppPlugin = " --Ice.Plugin.IceSSL=IceSSL:create"
+ cppPlugin = " --Ice.Plugin.IceSSL=IceSSL:createIceSSL"
cppClientProtocol = cppPlugin + " --Ice.Default.Protocol=ssl" + \
" --IceSSL.DefaultDir=" + os.path.join(toplevel, "certs") + \
" --IceSSL.CertAuthFile=cacert.pem" + \