This is an automated email from the ASF dual-hosted git repository. markt 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 10753aab12 Rename test 10753aab12 is described below commit 10753aab129dbf96e1adb17b5d7f97d1f1c20a6f Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Dec 13 16:08:34 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 5621ea5cee..c4a13c547d 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