This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 800085afc4 Rename test 800085afc4 is described below commit 800085afc44c626700d8f86add6b1555929dd21b Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Dec 13 16:10:54 2024 +0000 Rename test --- ...tion13Parameterized.java => TestDefaultServletRfc9110Section13.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section13Parameterized.java b/test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section13.java similarity index 99% rename from test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section13Parameterized.java rename to test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section13.java index 6ad7c90330..6e208280ca 100644 --- a/test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section13Parameterized.java +++ b/test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section13.java @@ -48,7 +48,7 @@ import org.apache.tomcat.util.http.FastHttpDateFormat; * This test case is used to verify RFC 9110 Section 13. Conditional Requests. */ @RunWith(Parameterized.class) -public class TestDefaultServletRfc9110Section13Parameterized extends TomcatBaseTest { +public class TestDefaultServletRfc9110Section13 extends TomcatBaseTest { @Parameter(0) public boolean useStrongETags; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org