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

markt-asf pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 7fb5b2ce6f Fix typo in test method name
7fb5b2ce6f is described below

commit 7fb5b2ce6f8ee62a18105d5a227372f99e2b9e55
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 2e079ac9fb..6b5096ca18 100644
--- a/test/org/apache/catalina/startup/TestTomcat.java
+++ b/test/org/apache/catalina/startup/TestTomcat.java
@@ -443,7 +443,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