This is an automated email from the ASF dual-hosted git repository. remm 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 217aca2641 Fix test 217aca2641 is described below commit 217aca26419864fbd0556915987a3cee55e55933 Author: remm <r...@apache.org> AuthorDate: Tue Oct 1 15:58:42 2024 +0200 Fix test --- test/org/apache/catalina/manager/TestHostManagerWebapp.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/org/apache/catalina/manager/TestHostManagerWebapp.java b/test/org/apache/catalina/manager/TestHostManagerWebapp.java index 85b3c18c27..4c26c9e1a4 100644 --- a/test/org/apache/catalina/manager/TestHostManagerWebapp.java +++ b/test/org/apache/catalina/manager/TestHostManagerWebapp.java @@ -43,6 +43,7 @@ public class TestHostManagerWebapp extends TomcatBaseTest { @Test public void testServlet() throws Exception { Tomcat tomcat = getTomcatInstance(); + tomcat.setAddDefaultWebXmlToWebapp(false); tomcat.getServer().addLifecycleListener(new StoreConfigLifecycleListener()); File configFile = new File(getTemporaryDirectory(), "tomcat-users-host-manager.xml"); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org