This commit is contained in:
Gary Gregory 2023-12-14 13:58:16 -05:00
parent 3f6d449f51
commit 5fce2eb84e
2 changed files with 2 additions and 2 deletions

View File

@ -789,7 +789,7 @@ public class DateUtilsTest extends AbstractLangTest {
assertThrows(ClassCastException.class, () -> DateUtils.iterator("", DateUtils.RANGE_WEEK_CENTER)); assertThrows(ClassCastException.class, () -> DateUtils.iterator("", DateUtils.RANGE_WEEK_CENTER));
} }
/** https://issues.apache.org/jira/browse/LANG-530 */ /** See https://issues.apache.org/jira/browse/LANG-530 */
@SuppressWarnings("deprecation") @SuppressWarnings("deprecation")
@Test @Test
public void testLang530() throws ParseException { public void testLang530() throws ParseException {

View File

@ -126,7 +126,7 @@ public class DurationFormatUtilsTest extends AbstractLangTest {
} }
/** https://issues.apache.org/bugzilla/show_bug.cgi?id=38401 */ /** See https://issues.apache.org/bugzilla/show_bug.cgi?id=38401 */
@Test @Test
public void testBugzilla38401() { public void testBugzilla38401() {
assertEqualDuration("0000/00/30 16:00:00 000", new int[] { 2006, 0, 26, 18, 47, 34 }, assertEqualDuration("0000/00/30 16:00:00 000", new int[] { 2006, 0, 26, 18, 47, 34 },