Use correct attribute name now all the renaming code has been removed
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 22 Nov 2009 23:25:35 +0000 (23:25 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 22 Nov 2009 23:25:35 +0000 (23:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@883183 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/catalina/startup/TestTomcatSSL.java

index c9a3057..4efa78d 100644 (file)
@@ -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");
     }