On Tue, Feb 2, 2010 at 5:32 PM, sebb <[email protected]> wrote: > On 02/02/2010, sebb <[email protected]> wrote: >> On 30/01/2010, [email protected] <[email protected]> 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.
Thanks Niall >> S/// >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
