summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/test/IceSSL/certificateVerification/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceSSL/certificateVerification/run.py b/cpp/test/IceSSL/certificateVerification/run.py
index 78cb57cec15..0b1c545eec9 100755
--- a/cpp/test/IceSSL/certificateVerification/run.py
+++ b/cpp/test/IceSSL/certificateVerification/run.py
@@ -39,8 +39,8 @@ print "testing default certificate verifier."
TestUtil.clientServerTest(toplevel, name)
print "testing single-certificate certificate verifier."
-TestUtil.clientProtocol += " --IceSSL.Client.CertificateVerifier=singleCert"
-TestUtil.serverProtocol += " --IceSSL.Server.CertificateVerifier=singleCert"
+TestUtil.clientOptions += " --IceSSL.Client.CertificateVerifier=singleCert"
+TestUtil.serverOptions += " --IceSSL.Server.CertificateVerifier=singleCert"
TestUtil.clientServerTest(toplevel, name)
sys.exit(0)