This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit d8e99ec109f216b3dcb92e4a64d1f25300789b3c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Mar 10 17:02:55 2020 +0000

    Fix back-port of test so it runs on Java 7
---
 test/org/apache/juli/TestOneLineFormatterMillisPerformance.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/org/apache/juli/TestOneLineFormatterMillisPerformance.java 
b/test/org/apache/juli/TestOneLineFormatterMillisPerformance.java
index 7f0758d..7f68a39 100644
--- a/test/org/apache/juli/TestOneLineFormatterMillisPerformance.java
+++ b/test/org/apache/juli/TestOneLineFormatterMillisPerformance.java
@@ -37,10 +37,10 @@ public class TestOneLineFormatterMillisPerformance {
         parameterSets.add(new String[] { "dd-MMM-yyyy HH:mm:ss.SS" });
         parameterSets.add(new String[] { "dd-MMM-yyyy HH:mm:ss.S" });
         parameterSets.add(new String[] { "dd-MMM-yyyy HH:mm:ss" });
-        parameterSets.add(new String[] { "dd-MMM-yyyy HH:mm:ss XXX" });
-        parameterSets.add(new String[] { "dd-MMM-yyyy HH:mm:ss.SSSXXX" });
-        parameterSets.add(new String[] { "dd-MMM-yyyy HH:mm:ss.SSXXX" });
-        parameterSets.add(new String[] { "dd-MMM-yyyy HH:mm:ss.SXXX" });
+        parameterSets.add(new String[] { "dd-MMM-yyyy HH:mm:ss Z" });
+        parameterSets.add(new String[] { "dd-MMM-yyyy HH:mm:ss.SSSZ" });
+        parameterSets.add(new String[] { "dd-MMM-yyyy HH:mm:ss.SSZ" });
+        parameterSets.add(new String[] { "dd-MMM-yyyy HH:mm:ss.SZ" });
         parameterSets.add(new String[] { "SSS dd-MMM-yyyy HH:mm:ss" });
         parameterSets.add(new String[] { "SS dd-MMM-yyyy HH:mm:ss" });
         parameterSets.add(new String[] { "S dd-MMM-yyyy HH:mm:ss" });


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to