Re: [LANG] Failing tests

2016-05-05 Thread Benedikt Ritter
Benedikt Ritter schrieb am Mo., 2. Mai 2016 um 12:44 Uhr: > I'm building with: > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > 2015-11-10T17:41:47+01:00) > Maven home: /usr/local/Cellar/maven/3.3.9/libexec > Java version: 1.8.0_65, vendor: Oracle

Re: [LANG] Failing tests

2016-05-02 Thread Benedikt Ritter
I'm building with: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00) Maven home: /usr/local/Cellar/maven/3.3.9/libexec Java version: 1.8.0_65, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/jre Default

Re: [LANG] Failing tests

2016-05-02 Thread Chas Honton
The line number makes it look like the Parameterized values are not being properly set by junit. Is it possible that we're using a new parent Pom that doesn't fully configure junit plugin version? What version of maven are you using? I just successfully built from tip on a Mac using maven

Re: [LANG] Failing tests

2016-05-01 Thread sebb
On 1 May 2016 at 19:32, Benedikt Ritter wrote: > Hi, > > when building a clean checkout of Commons LANG, I get a lot of failing > tests: OS? Java? > Tests in error: > FastDateFormat_ParserTest>FastDateParserTest.testTzParses:265 » > NullPointer >

[LANG] Failing tests

2016-05-01 Thread Benedikt Ritter
Hi, when building a clean checkout of Commons LANG, I get a lot of failing tests: Tests in error: FastDateFormat_ParserTest>FastDateParserTest.testTzParses:265 » NullPointer FastDateParserSDFTest.testLowerCasePP:149->checkParsePosition:195 » NullPointer

[lang] Failing tests in lang/trunk due to time zone

2014-01-08 Thread Bruno P. Kinoshita
Hi all,  LANG-942 and LANG-943 were related to tests failing due to time zones. The latter is related to a specific time zone (America/Sao_Paulo), and only happens in my environment because it is using the day that DST started in 2005.  For the sake of curiosity, I set up a Jenkins job to

Re: [lang] Failing tests in lang/trunk due to time zone

2014-01-08 Thread Gary Gregory
Note that each JRE/JDK version has it's own version of the TZ database. It is also possible to update an installed JRE/JDK with the latest TZ database info. Gary On Wed, Jan 8, 2014 at 8:40 AM, Bruno P. Kinoshita brunodepau...@yahoo.com.br wrote: Hi all, LANG-942 and LANG-943 were related

Re: [lang] Failing tests in lang/trunk due to time zone

2014-01-08 Thread Benedikt Ritter
2014/1/8 Gary Gregory garydgreg...@gmail.com Note that each JRE/JDK version has it's own version of the TZ database. It is also possible to update an installed JRE/JDK with the latest TZ database info. I don't expect a lot of users do this (tbh, I wasn't aware of this possibility myself...).

Re: [lang] Failing tests in lang/trunk due to time zone

2014-01-08 Thread Benedikt Ritter
Hello Bruno, 2014/1/8 Bruno P. Kinoshita brunodepau...@yahoo.com.br Hi all, LANG-942 and LANG-943 were related to tests failing due to time zones. The latter is related to a specific time zone (America/Sao_Paulo), and only happens in my environment because it is using the day that DST

Re: [lang] Failing tests in lang/trunk due to time zone

2014-01-08 Thread Bruno P. Kinoshita
...@apache.org To: Commons Developers List dev@commons.apache.org Cc: Sent: Wednesday, January 8, 2014 4:24 PM Subject: Re: [lang] Failing tests in lang/trunk due to time zone 2014/1/8 Gary Gregory garydgreg...@gmail.com Note that each JRE/JDK version has it's own version of the TZ database

Re: [lang] Failing tests in lang/trunk due to time zone

2014-01-08 Thread Jörg Schaible
Hi Benedict, Benedikt Ritter wrote: 2014/1/8 Gary Gregory garydgreg...@gmail.com Note that each JRE/JDK version has it's own version of the TZ database. It is also possible to update an installed JRE/JDK with the latest TZ database info. I don't expect a lot of users do this (tbh, I

Re: [lang] Failing tests in lang/trunk due to time zone

2014-01-08 Thread Bruno P. Kinoshita
Hi Benedikt! - Original Message - From: Benedikt Ritter brit...@apache.org To: Commons Developers List dev@commons.apache.org Cc: Sent: Wednesday, January 8, 2014 4:26 PM Subject: Re: [lang] Failing tests in lang/trunk due to time zone Hello Bruno, 2014/1/8 Bruno P

Re: [lang] Failing tests in lang/trunk due to time zone

2014-01-08 Thread sebb
On 8 January 2014 18:42, Jörg Schaible joerg.schai...@gmx.de wrote: Hi Benedict, Benedikt Ritter wrote: 2014/1/8 Gary Gregory garydgreg...@gmail.com Note that each JRE/JDK version has it's own version of the TZ database. It is also possible to update an installed JRE/JDK with the latest TZ