This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit cb1b00d46c62f150c3d4d3537510e47d40cb392d Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Sep 9 10:09:52 2021 +0100 Align with 10.1.x --- test/org/apache/tomcat/util/descriptor/web/TestWebXml.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java b/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java index d68605c..898cec6 100644 --- a/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java +++ b/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java @@ -177,6 +177,11 @@ public class TestWebXml { doTestValidateVersion("4.0"); } + @Test + public void testValidateVersion50() throws IOException, SAXException { + doTestValidateVersion("5.0"); + } + private void doTestValidateVersion(String version) throws IOException, SAXException { WebXml webxml = new WebXml(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org