From: markt Date: Tue, 1 Mar 2011 13:35:24 +0000 (+0000) Subject: Missed a keystore in the refactoring X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=322d22cbb551fffb44509f942928e205581d15a2;p=tomcat7.0 Missed a keystore in the refactoring git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1075816 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/org/apache/tomcat/util/net/TestCustomSsl.java b/test/org/apache/tomcat/util/net/TestCustomSsl.java index 8bf61bc07..fd8971c40 100644 --- a/test/org/apache/tomcat/util/net/TestCustomSsl.java +++ b/test/org/apache/tomcat/util/net/TestCustomSsl.java @@ -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());