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 bc783a7f11 THis time with the correct value
bc783a7f11 is described below
commit bc783a7f111df6e47b3447ac692eaf5c74b298f3
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jun 8 13:43:01 2026 +0100
THis time with the correct value
---
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 3a841c0dde..3b0ab38e23 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(1, webxml.getMinorVersion());
+ Assert.assertEquals(2, webxml.getMinorVersion());
// Both get changed
webxml.setVersion("2.5");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]