aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
AgeCommit message (Expand)Author
2022-12-07Reset TimeZone after testGary Gregory
2022-12-07Fix formattingGary Gregory
2022-12-07Reset TimeZone after testGary Gregory
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-05-31Remove noisy inline comments.Gary Gregory
2022-05-31JavadocGary Gregory
2021-05-25Create array with curly.Gary Gregory
2021-02-24Sort members.Gary Gregory
2020-11-20No need to initialize to default value.Gary Gregory
2019-07-06Use HTTPS to access Apache resources.Gary Gregory
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-10Update time tests to JUnit JupiterAllon Mureinik
2017-10-10[LANG-1355] TimeZone.getTimeZone() in FastDateParser causes resourceChas Honton
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2015-11-03Ignore deprecations in test codeSebb
2015-05-05Removed spurious * lines before a */; mostly created by removing the @version...Henri Yandell
2015-04-30LANG-916: DateFormatUtils.format does not correctly change Calendar TimeZone ...Chas Honton
2015-04-29Use Calendar constants in DurationFormatUtilsTestBenedikt Ritter
2014-07-12LANG-1024: Fix JavaDoc errors in test codeBenedikt Ritter
2014-05-05LANG-1005: Extend DurationFormatUtils#formatDurationISO default pattern to ma...Benedikt Ritter
2014-05-04LANG-1004: DurationFormatUtils#formatDurationHMS implementation does not corr...Benedikt Ritter
2014-05-02LANG-1003: DurationFormatUtils are not able to handle negative durations/peri...Benedikt Ritter
2014-05-02Organize imports, don't use wildcard importsBenedikt Ritter
2014-05-02Use org.junit.Assert.assertArrayEqualsBenedikt Ritter
2014-05-02Remove commented out test codeBenedikt Ritter
2014-04-30<action issue="LANG-1001" type="fix" dev="ggregory" due-to="Michael Osipov">I...Gary D. Gregory
2014-03-03Add some more testsSebastian Bazley
2014-03-03LANG-981 DurationFormatUtils#lexx does not detect unmatched quote charSebastian Bazley
2014-03-03LANG-982 DurationFormatUtils.formatDuration(61999, "s.SSSS") - ms field size ...Sebastian Bazley
2014-03-03LANG-984 DurationFormatUtils does not handle large durations correctlySebastian Bazley
2014-01-20[LANG-943] Test DurationFormatUtilsTest.testEdgeDuration fails in JDK 1.6, 1....Bruno P. Kinoshita
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-09-27StringBuffer => StringBuilder where being used as a local-only bufferSebastian Bazley
2012-09-27LANG-815 DurationFormatUtils.formatPeriod() mis-calculationSebastian Bazley
2012-09-19Simplify boolean tests and avoid boxingSebastian Bazley
2012-09-18[LANG-824] Conversion of 3.x JUnit tests to 4.x; thanks to Duncan JonesMatthew Jason Benson
2011-08-03Use more efficient Integer cache: Use "Integer.valueOf(int)" instead of "new ...Gary D. Gregory
2011-07-11Make field static.Gary D. Gregory
2011-07-11Should be a static variable.Gary D. Gregory
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr