Missed a keystore in the refactoring
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 1 Mar 2011 13:35:24 +0000 (13:35 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 1 Mar 2011 13:35:24 +0000 (13:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1075816 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/tomcat/util/net/TestCustomSsl.java

index 8bf61bc..fd8971c 100644 (file)
@@ -63,7 +63,7 @@ public class TestCustomSsl extends TomcatBaseTest {
         connector.setProperty("sslProtocol", "tls");
         
         File keystoreFile =
-            new File("test/org/apache/catalina/startup/test.keystore");
+            new File("test/org/apache/tomcat/util/net/localhost.jks");
         connector.setAttribute(
                 "keystoreFile", keystoreFile.getAbsolutePath());