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 23777c2387 Update expected default
23777c2387 is described below

commit 23777c238783aa58296ff618b35b195943f75ae0
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jun 8 13:42:18 2026 +0100

    Update expected default
---
 test/org/apache/tomcat/util/descriptor/web/TestWebXml.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java 
b/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java
index fa45383d1f..3a841c0dde 100644
--- a/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java
+++ b/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java
@@ -48,7 +48,7 @@ public class TestWebXml {
 
         // Defaults
         Assert.assertEquals(6, webxml.getMajorVersion());
-        Assert.assertEquals(0, webxml.getMinorVersion());
+        Assert.assertEquals(1, webxml.getMinorVersion());
 
         // Both get changed
         webxml.setVersion("2.5");


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to