summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-06-19 13:23:42 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-06-19 13:23:42 +0000
commit5f54483d07ae83b3f04c962bef6ccdfc0d45f091 (patch)
tree59e11e9485163e7c99c910b8c2d4c5a9f316a827 /cpp/config/TestUtil.py
parentFixed code generation bug for array mapping for sequences. (diff)
downloadice-5f54483d07ae83b3f04c962bef6ccdfc0d45f091.tar.bz2
ice-5f54483d07ae83b3f04c962bef6ccdfc0d45f091.tar.xz
ice-5f54483d07ae83b3f04c962bef6ccdfc0d45f091.zip
Fix for bug 1047.
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 30bdca160d8..ed491eee85c 100644
--- a/cpp/config/TestUtil.py
+++ b/cpp/config/TestUtil.py
@@ -361,7 +361,7 @@ else:
os.environ["LD_LIBRARY_PATH_64"] = os.path.join(toplevel, "lib") + ":" + os.getenv("LD_LIBRARY_PATH_64", "")
if protocol == "ssl":
- plugin = " --Ice.Plugin.IceSSL=IceSSL:create"
+ plugin = " --Ice.Plugin.IceSSL=IceSSL:createIceSSL"
clientProtocol = plugin + " --Ice.Default.Protocol=ssl" + \
" --IceSSL.DefaultDir=" + os.path.join(toplevel, "certs") + \
" --IceSSL.CertFile=c_rsa1024_pub.pem" + \