This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new 05768866f Add @MethodSource("testToLocalDateTimeTimeZone") 05768866f is described below commit 05768866f74d9013d007e4ff31819991260e4d11 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 24 16:51:05 2025 -0400 Add @MethodSource("testToLocalDateTimeTimeZone") --- src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java b/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java index 5e8c83a8d..b26bd6d14 100644 --- a/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java +++ b/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java @@ -1316,7 +1316,6 @@ void testToLocalDateTime(final LocalDateTime expected, final Date date, final Ti @ParameterizedTest @MethodSource("testToLocalDateTimeTimeZone") - @MethodSource @DefaultTimeZone("GMT") void testToLocalDateTimeTimeZoneGmt(final LocalDateTime expected, final Date date, final TimeZone timeZone) { assertEquals(expected, DateUtils.toLocalDateTime(date, timeZone),