Hi Gary,

Gary Gregory wrote:

> When I build with the IBM JDK 8 that IBM includes with some Eclipse
> version I have laying around, I indeed get:
> 
> java (2)
> org.apache.commons.lang3.time.FastDateParser_TimeZoneStrategyTest
> 
testLang1219(org.apache.commons.lang3.time.FastDateParser_TimeZoneStrategyTest)
> java.text.ParseException: Unparseable date: 26.10.2014 02:00:00 MESZ
> 
> at
> 
org.apache.commons.lang3.time.FastDateParser.parse(FastDateParser.java:369)


The IBM runtime might contain an old TimeZone database or maybe not a 
localized one (since MESZ means "Mittel Europäische Sommer Zeit", i.e. 
German locale) or the test does not set the proper locale ... personally I 
had no time to investigate.

[snip]

> org.apache.commons.lang3.builder.ToStringBuilderTest
> 
testReflectionHierarchyArrayList(org.apache.commons.lang3.builder.ToStringBuilderTest)
> org.junit.ComparisonFailure:
> 
expected:<...700dfa[elementData={[<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>]},size=0,modCount=0]>
> but was:<...700dfa[elementData={[]},size=0,modCount=0]>

That one is new compared to my IBM Java 7. :-/

[snip]

Cheers,
Jörg



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to