Author: sebb
Date: Tue Feb 2 17:42:15 2010
New Revision: 905726
URL: http://svn.apache.org/viewvc?rev=905726&view=rev
Log:
Correct comment and test name: LANG-520 => LANG-530
Modified:
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
Modified:
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java?rev=905726&r1=905725&r2=905726&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
(original)
+++
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
Tue Feb 2 17:42:15 2010
@@ -1153,8 +1153,8 @@
TimeZone.setDefault(defaultZone);
}
- // http://issues.apache.org/jira/browse/LANG-520
- public void testLang520() throws ParseException {
+ // http://issues.apache.org/jira/browse/LANG-530
+ public void testLang530() throws ParseException {
Date d = new Date();
String isoDateStr =
DateFormatUtils.ISO_DATETIME_TIME_ZONE_FORMAT.format(d);
Date d2 = DateUtils.parseDate(isoDateStr, new String[] {
DateFormatUtils.ISO_DATETIME_TIME_ZONE_FORMAT.getPattern() });