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