This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 80e8df3963 Fix typo in test method name
80e8df3963 is described below
commit 80e8df396345d522dffc04f9f42b01997ca12d15
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 50c05ed755..02920924d4 100644
--- a/test/org/apache/catalina/startup/TestTomcat.java
+++ b/test/org/apache/catalina/startup/TestTomcat.java
@@ -441,7 +441,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]