Author: rjung
Date: Sun Aug 13 10:43:23 2017
New Revision: 1804888
URL: http://svn.apache.org/viewvc?rev=1804888&view=rev
Log:
No SSL communication done in this test,
so we do not need to set up an ssl client.
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/TestSSLHostConfigIntegration.java
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/TestSSLHostConfigIntegration.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/TestSSLHostConfigIntegration.java?rev=1804888&r1=1804887&r2=1804888&view=diff
==============================================================================
---
tomcat/trunk/test/org/apache/tomcat/util/net/TestSSLHostConfigIntegration.java
(original)
+++
tomcat/trunk/test/org/apache/tomcat/util/net/TestSSLHostConfigIntegration.java
Sun Aug 13 10:43:23 2017
@@ -31,8 +31,6 @@ public class TestSSLHostConfigIntegratio
@Test
public void testSslHostConfigIsSerializable() throws Exception {
- TesterSupport.configureClientSsl();
-
Tomcat tomcat = getTomcatInstance();
File appDir = new File(getBuildDirectory(), "webapps/examples");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]