This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 0600912a09 Rename test
0600912a09 is described below
commit 0600912a0977742fbbff6084d92c6045a2ca1216
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Dec 13 16:11:17 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 9138bd5b97..1f469c27c9 100644
---
a/test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section13Parameterized.java
+++ b/test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section13.java
@@ -47,7 +47,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: [email protected]
For additional commands, e-mail: [email protected]