This is an automated email from the ASF dual-hosted git repository.

markt-asf 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 432e5ce92d Fix typo in test method name
432e5ce92d is described below

commit 432e5ce92d354ea5e02b824f7c3df91dce74745c
Author: Fatima Qaisar <[email protected]>
AuthorDate: Wed Jul 1 18:28:20 2026 +0500

    Fix typo in test method name
---
 test/org/apache/catalina/startup/TestTomcat.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/catalina/startup/TestTomcat.java 
b/test/org/apache/catalina/startup/TestTomcat.java
index e620cc5b1b..620a533d36 100644
--- a/test/org/apache/catalina/startup/TestTomcat.java
+++ b/test/org/apache/catalina/startup/TestTomcat.java
@@ -442,7 +442,7 @@ public class TestTomcat extends TomcatBaseTest {
     }
 
     @Test
-    public void testGetBrokenContextPerAddWepapp() {
+    public void testGetBrokenContextPerAddWebapp() {
         Tomcat tomcat = getTomcatInstance();
         Host host = tomcat.getHost();
         if (host instanceof StandardHost) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to