We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e6a67 commit 3a8293aCopy full SHA for 3a8293a
src/test/java/org/apache/commons/lang3/time/CalendarUtilsTest.java
@@ -34,7 +34,6 @@
34
import org.junit.jupiter.api.Test;
35
import org.junit.jupiter.params.ParameterizedTest;
36
import org.junit.jupiter.params.provider.MethodSource;
37
-import org.junitpioneer.jupiter.DefaultTimeZone;
38
39
public class CalendarUtilsTest extends AbstractLangTest {
40
@@ -98,7 +97,6 @@ public void testGetYear() {
98
97
* Tests {@link CalendarUtils#toLocalDate()} from https://github.com/apache/commons-lang/pull/725.
99
*/
100
@Test
101
- @DefaultTimeZone("GMT-5")
102
public void testToLocalDate() {
103
final Calendar calendar = new GregorianCalendar(TimeZone.getTimeZone(TimeZones.GMT_ID));
104
calendar.setTimeInMillis(-27078001200000L);
0 commit comments