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 3a8293af2 @DefaultTimeZone should not be needed
3a8293af2 is described below
commit 3a8293af2b8cdab191a0e7ca6e306e0a2ac1e9e8
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 5 06:33:20 2024 -0500
@DefaultTimeZone should not be needed
---
src/test/java/org/apache/commons/lang3/time/CalendarUtilsTest.java | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/test/java/org/apache/commons/lang3/time/CalendarUtilsTest.java
b/src/test/java/org/apache/commons/lang3/time/CalendarUtilsTest.java
index 572602d28..29c5d52f1 100644
--- a/src/test/java/org/apache/commons/lang3/time/CalendarUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/CalendarUtilsTest.java
@@ -34,7 +34,6 @@ import org.apache.commons.lang3.AbstractLangTest;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
-import org.junitpioneer.jupiter.DefaultTimeZone;
public class CalendarUtilsTest extends AbstractLangTest {
@@ -98,7 +97,6 @@ public class CalendarUtilsTest extends AbstractLangTest {
* Tests {@link CalendarUtils#toLocalDate()} from
https://github.com/apache/commons-lang/pull/725.
*/
@Test
- @DefaultTimeZone("GMT-5")
public void testToLocalDate() {
final Calendar calendar = new
GregorianCalendar(TimeZone.getTimeZone(TimeZones.GMT_ID));
calendar.setTimeInMillis(-27078001200000L);