Testsuite: org.apache.tomcat.util.http.TestFastHttpDateFormat Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.127 sec Testcase: testGetCurrentDateInSameSecond took 1.082 sec FAILED Two same RFC5322 format dates are expected. expected:<... 20 Sep 2024 13:58:3[1] GMT> but was:<... 20 Sep 2024 13:58:3[2] GMT> junit.framework.AssertionFailedError: Two same RFC5322 format dates are expected. expected:<... 20 Sep 2024 13:58:3[1] GMT> but was:<... 20 Sep 2024 13:58:3[2] GMT> at org.apache.tomcat.util.http.TestFastHttpDateFormat.testGetCurrentDateInSameSecond(TestFastHttpDateFormat.java:41) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) Testcase: testGetCurrentDateNextToAnotherSecond took 3.028 sec