27 Oct 2023 12:37:00 r...@apache.org:
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 becb942dec Fix resolver count
becb942dec is described below
commit becb942decea57fb37073f2e4cee164199e754c5
Author: remm <r...@apache.org>
AuthorDate: Fri Oct 27 13:36:37 2023 +0200
Fix resolver count
Thanks for fixing this. I thought I had this locally. I need to double
check what got committed.
Mark
---
test/org/apache/jasper/el/TestJasperELResolver.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org/apache/jasper/el/TestJasperELResolver.java
b/test/org/apache/jasper/el/TestJasperELResolver.java
index ca15a25055..3d93d11f55 100644
--- a/test/org/apache/jasper/el/TestJasperELResolver.java
+++ b/test/org/apache/jasper/el/TestJasperELResolver.java
@@ -33,7 +33,7 @@ import org.apache.jasper.runtime.JspRuntimeLibrary;
public class TestJasperELResolver {
- private static final int STANDARD_RESOLVERS_COUNT =11;
+ private static final int STANDARD_RESOLVERS_COUNT =12;
@Test
public void testConstructorNone() throws Exception {
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org