This is an automated email from the ASF dual-hosted git repository.

rjung pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 5407c0453c Prepare new unit test class for AccessLogValve; give the 
existing one a more precise name
5407c0453c is described below

commit 5407c0453c5f6da39a4710c36330c0a3d0e7fba9
Author: Rainer Jung <rainer.j...@kippdata.de>
AuthorDate: Thu Apr 27 19:38:48 2023 +0200

    Prepare new unit test class for AccessLogValve; give the existing one a 
more precise name
---
 .../{TestAccessLogValve.java => TestAccessLogValveDateFormatCache.java} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/catalina/valves/TestAccessLogValve.java 
b/test/org/apache/catalina/valves/TestAccessLogValveDateFormatCache.java
similarity index 98%
rename from test/org/apache/catalina/valves/TestAccessLogValve.java
rename to test/org/apache/catalina/valves/TestAccessLogValveDateFormatCache.java
index d4b76e43f0..f0e03591ff 100644
--- a/test/org/apache/catalina/valves/TestAccessLogValve.java
+++ b/test/org/apache/catalina/valves/TestAccessLogValveDateFormatCache.java
@@ -24,7 +24,7 @@ import java.util.TimeZone;
 import org.junit.Assert;
 import org.junit.Test;
 
-public class TestAccessLogValve {
+public class TestAccessLogValveDateCache {
 
     // Note that there is a similar test:
     // org.apache.juli.TestDateFormatCache.testBug54044()


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to