From 322d22cbb551fffb44509f942928e205581d15a2 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 1 Mar 2011 13:35:24 +0000 Subject: [PATCH] Missed a keystore in the refactoring 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.11.0