This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 13e9c82338 Fix typo in test method name
13e9c82338 is described below
commit 13e9c82338c61b419ae5bc9c49e3131a73f06ed4
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 e6abb4a85f..32bd0084f1 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]