diff options
Diffstat (limited to 'java/config/TestUtil.py')
-rw-r--r-- | java/config/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py index dc2e320123b..20da9c30c9f 100644 --- a/java/config/TestUtil.py +++ b/java/config/TestUtil.py @@ -321,7 +321,7 @@ if protocol == "ssl": " --IceSSL.Truststore=certs.jks" + \ " --IceSSL.Password=password" clientServerProtocol = clientProtocol - 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.CertFile=c_rsa1024_pub.pem" + \ |