Fix typo in tests
This commit is contained in:
@@ -312,10 +312,10 @@ public abstract class AbstractEmbeddedServletContainerFactoryTests {
|
||||
|
||||
@Test
|
||||
public void basicSsl() throws Exception {
|
||||
testBasicSllWithKeystore("src/test/resources/test.jks");
|
||||
testBasicSslWithKeyStore("src/test/resources/test.jks");
|
||||
}
|
||||
|
||||
protected final void testBasicSllWithKeystore(String keyStore) throws Exception {
|
||||
protected final void testBasicSslWithKeyStore(String keyStore) throws Exception {
|
||||
FileCopyUtils.copy("test",
|
||||
new FileWriter(this.temporaryFolder.newFile("test.txt")));
|
||||
|
||||
|
||||
@@ -156,7 +156,7 @@ public class JettyEmbeddedServletContainerFactoryTests extends
|
||||
|
||||
@Test
|
||||
public void basicSslClasspathKeyStore() throws Exception {
|
||||
testBasicSllWithKeystore("classpath:test.jks");
|
||||
testBasicSslWithKeyStore("classpath:test.jks");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -129,7 +129,7 @@ public class UndertowEmbeddedServletContainerFactoryTests extends
|
||||
|
||||
@Test
|
||||
public void basicSslClasspathKeyStore() throws Exception {
|
||||
testBasicSllWithKeystore("classpath:test.jks");
|
||||
testBasicSslWithKeyStore("classpath:test.jks");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user