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 39a8c6ec77 Rename
39a8c6ec77 is described below

commit 39a8c6ec77f379b2d593a42825e54d4660eb3705
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Dec 3 14:12:23 2024 +0000

    Rename
---
 ...ultServletRfc14.java => TestDefaultServletRfc9110Section14.java} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/org/apache/catalina/servlets/TestDefaultServletRfc14.java 
b/test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section14.java
similarity index 95%
rename from test/org/apache/catalina/servlets/TestDefaultServletRfc14.java
rename to 
test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section14.java
index e9c02d46fa..b6f996fe80 100644
--- a/test/org/apache/catalina/servlets/TestDefaultServletRfc14.java
+++ b/test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section14.java
@@ -32,10 +32,10 @@ import org.apache.catalina.startup.Tomcat;
 import org.apache.catalina.startup.TomcatBaseTest;
 import org.apache.tomcat.util.buf.ByteChunk;
 
-public class TestDefaultServletRfc14 extends TomcatBaseTest {
+public class TestDefaultServletRfc9110Section14 extends TomcatBaseTest {
 
     @Test
-    public void test_14_2_range_handling_defined_methods() throws Exception {
+    public void testRangeHandlingDefinedMethods() throws Exception {
         // GET is the only method for which range handling is defined.
 
         Tomcat tomcat = getTomcatInstance();
@@ -73,7 +73,7 @@ public class TestDefaultServletRfc14 extends TomcatBaseTest {
     }
 
     @Test
-    public void test_14_2_unsupported_rangeunit() throws Exception {
+    public void testUnsupportedRangeUnit() throws Exception {
         Tomcat tomcat = getTomcatInstance();
 
         File appDir = new File("test/webapp");


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to