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 918b287384 Another version update
918b287384 is described below

commit 918b2873843dfed83ca8bc9832c0bc9f306194aa
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jun 8 18:39:01 2026 +0100

    Another version update
---
 test/org/apache/jasper/servlet/TestJspCServletContext.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/jasper/servlet/TestJspCServletContext.java 
b/test/org/apache/jasper/servlet/TestJspCServletContext.java
index fa421769ca..8521428b3b 100644
--- a/test/org/apache/jasper/servlet/TestJspCServletContext.java
+++ b/test/org/apache/jasper/servlet/TestJspCServletContext.java
@@ -169,7 +169,7 @@ public class TestJspCServletContext {
         JspCServletContext context = new JspCServletContext(
                 null, appDir.toURI().toURL(), null, false, false);
         Assert.assertEquals(6, context.getEffectiveMajorVersion());
-        Assert.assertEquals(0, context.getEffectiveMinorVersion());
+        Assert.assertEquals(2, context.getEffectiveMinorVersion());
     }
 
 


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

Reply via email to