diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-06-19 13:31:05 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-06-19 13:31:05 +0000 |
commit | 6085c6c8e460aba49b79f7986d6c19f1289a85c2 (patch) | |
tree | 272a51a7e61d2b0fa318dd806f238f7c8099ef51 /py/config/TestUtil.py | |
parent | Removed unused code (diff) | |
download | ice-6085c6c8e460aba49b79f7986d6c19f1289a85c2.tar.bz2 ice-6085c6c8e460aba49b79f7986d6c19f1289a85c2.tar.xz ice-6085c6c8e460aba49b79f7986d6c19f1289a85c2.zip |
Fix for bug 1047
Diffstat (limited to 'py/config/TestUtil.py')
-rw-r--r-- | py/config/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/config/TestUtil.py b/py/config/TestUtil.py index 518d82c9d0a..361a2e3ed68 100644 --- a/py/config/TestUtil.py +++ b/py/config/TestUtil.py @@ -316,7 +316,7 @@ else: if protocol == "ssl": certs = os.path.abspath(os.path.join(toplevel, "certs")) - plugin = " --Ice.Plugin.IceSSL=IceSSL:create" + plugin = " --Ice.Plugin.IceSSL=IceSSL:createIceSSL" clientProtocol = plugin + " --Ice.Default.Protocol=ssl" + \ " --IceSSL.DefaultDir=" + certs + \ " --IceSSL.CertFile=c_rsa1024_pub.pem" + \ |