This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new a5b6add781 Differences are clear which allows a much shorter test
a5b6add781 is described below
commit a5b6add781ff0a6ea9a954e7b247386918c87f72
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Dec 4 14:01:29 2023 +0000
Differences are clear which allows a much shorter test
---
test/webapp/bug6nnnn/bug64872b-timeunit.jsp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/webapp/bug6nnnn/bug64872b-timeunit.jsp
b/test/webapp/bug6nnnn/bug64872b-timeunit.jsp
index 679925f836..84256713b1 100644
--- a/test/webapp/bug6nnnn/bug64872b-timeunit.jsp
+++ b/test/webapp/bug6nnnn/bug64872b-timeunit.jsp
@@ -19,7 +19,7 @@
<head><title>Bug 64872b TimeUnit test case</title></head>
<body>
<%
- for (int i=0; i < 100000; i++) {
+ for (int i=0; i < 5000; i++) {
%>
<p>01 The value of foo is [<ts:tagTimeUnit foo="SECONDS" />]</p>
<%
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]