From 723de0eba14d42fbbba0a9bb47395dd25e7a89e7 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Thu, 27 Apr 2023 19:36:48 +0200 Subject: [PATCH] Prepare new unit test class for AccessLogValve; give the existing one a more precise name --- ...cessLogValve.java => TestAccessLogValveDateFormatCache.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/org/apache/catalina/valves/{TestAccessLogValve.java => TestAccessLogValveDateFormatCache.java} (98%) 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 d4b76e43f012..171f5cfcaba3 100644 --- a/test/org/apache/catalina/valves/TestAccessLogValve.java +++ b/test/org/apache/catalina/valves/TestAccessLogValveDateFormatCache.java @@ -24,7 +24,7 @@ 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()