From: markt Date: Sun, 22 Nov 2009 23:25:35 +0000 (+0000) Subject: Use correct attribute name now all the renaming code has been removed X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=287a93da6dbc92e784011e325123357aedb045a4;p=tomcat7.0 Use correct attribute name now all the renaming code has been removed git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@883183 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/org/apache/catalina/startup/TestTomcatSSL.java b/test/org/apache/catalina/startup/TestTomcatSSL.java index c9a3057ca..4efa78d20 100644 --- a/test/org/apache/catalina/startup/TestTomcatSSL.java +++ b/test/org/apache/catalina/startup/TestTomcatSSL.java @@ -71,7 +71,7 @@ public class TestTomcatSSL extends TomcatBaseTest { tomcat.getConnector().setProperty("sslProtocol", "tls"); // test runs in output/tmp - tomcat.getConnector().setAttribute("keystore", + tomcat.getConnector().setAttribute("keystoreFile", "../../test/org/apache/catalina/startup/test.keystore"); }