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 9bb328ebdd Fix class name broken during recent class move
9bb328ebdd is described below
commit 9bb328ebddfc46f878b7cdce026e8b202a0f1a63
Author: Rainer Jung <[email protected]>
AuthorDate: Fri Apr 28 10:38:39 2023 +0200
Fix class name broken during recent class move
---
test/org/apache/catalina/valves/TestAccessLogValveDateFormatCache.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test/org/apache/catalina/valves/TestAccessLogValveDateFormatCache.java
b/test/org/apache/catalina/valves/TestAccessLogValveDateFormatCache.java
index f0e03591ff..171f5cfcab 100644
--- a/test/org/apache/catalina/valves/TestAccessLogValveDateFormatCache.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 TestAccessLogValveDateCache {
+public class TestAccessLogValveDateFormatCache {
// Note that there is a similar test:
// org.apache.juli.TestDateFormatCache.testBug54044()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]