This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 17b168f77c Differences are clear which allows a much shorter test
17b168f77c is described below
commit 17b168f77c4a01e43f0eec31c434c632ccc558bb
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]