On 02/02/2010, sebb <seb...@gmail.com> wrote: > On 30/01/2010, nia...@apache.org <nia...@apache.org> wrote: > > Author: niallp > > Date: Sat Jan 30 17:49:28 2010 > > New Revision: 904829 > > > > URL: http://svn.apache.org/viewvc?rev=904829&view=rev > > Log: > > Port LANG-530 to 2.x branch - Fix parseDate() cannot parse ISO8601 dates > produced by FastDateFormat > > > > Modified: > > > > > > commons/proper/lang/branches/LANG_2_X/src/test/java/org/apache/commons/lang/time/DateUtilsTest.java > > > > > > + // http://issues.apache.org/jira/browse/LANG-520 > > + public void testLang520() throws ParseException { > > > Looks like the above test and comment should really be LANG-530 > (likewise in lang3)? >
I've just discovered that the test fails with a ParseException on Java 1.3 - this is because SimpleDateFormat does not support 'Z' in that version of Java. I'll add an exclusion. > S/// > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org