This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 432474e9b7 Prepare new unit test class for AccessLogValve; give the existing one a more precise name 432474e9b7 is described below commit 432474e9b7ac98bed8d2179bd187942de4ed5dfd Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Thu Apr 27 19:38:17 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..171f5cfcab 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 TestAccessLogValveDateFormatCache { // 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