Re: [io] test failure in FileUtilsTestCase.testContentEqualsIgnoreEOL

2016-11-18 Thread Benedikt Ritter
Hi, Gary Gregory schrieb am Fr., 18. Nov. 2016 um 22:49 Uhr: > Thanks, Travis CI is happy FWIW https://travis-ci.org/apache/commons-io Jenkins is also happy: https://builds.apache.org/view/Apache%20Commons/job/commons-io/13 That's also only running on Linux. We probably need to create a multi

Re: [io] test failure in FileUtilsTestCase.testContentEqualsIgnoreEOL

2016-11-18 Thread Pascal Schumacher
Yes I'm on windows. mvn clean test -Dtest=FileUtilsTestCase works for me. Before https://github.com/apache/commons-io/commit/2bb4bec8391aa03f0e4d3a6f9292630243044726 git "fixed"/normalized the line-ends of the test file use, so the test always failed. I guess git does not un-normalize the

Re: [io] test failure in FileUtilsTestCase.testContentEqualsIgnoreEOL

2016-11-18 Thread Benedikt Ritter
Benedikt Ritter schrieb am Fr., 18. Nov. 2016 um 22:48 Uhr: > I'm on Mac. If this problem is OS related, we should probably set up a > build matrix for IO, running the tests on several OSes. > > I'll have a look into that. > The Jenkins job for commons-io is currently deactivated. Why?! > > Be

Re: [io] test failure in FileUtilsTestCase.testContentEqualsIgnoreEOL

2016-11-18 Thread Gary Gregory
Thanks, Travis CI is happy FWIW https://travis-ci.org/apache/commons-io Gary On Fri, Nov 18, 2016 at 1:48 PM, Benedikt Ritter wrote: > I'm on Mac. If this problem is OS related, we should probably set up a > build matrix for IO, running the tests on several OSes. > > I'll have a look into that.

Re: [io] test failure in FileUtilsTestCase.testContentEqualsIgnoreEOL

2016-11-18 Thread Benedikt Ritter
I'm on Mac. If this problem is OS related, we should probably set up a build matrix for IO, running the tests on several OSes. I'll have a look into that. Benedikt Gary Gregory schrieb am Fr., 18. Nov. 2016 um 22:47 Uhr: > I have the latest from Git master. > > For short I run: > > mvn clean t

Re: [io] test failure in FileUtilsTestCase.testContentEqualsIgnoreEOL

2016-11-18 Thread Gary Gregory
I have the latest from Git master. For short I run: mvn clean test -Dtest=FileUtilsTestCase Are you on Windows? Gary On Fri, Nov 18, 2016 at 1:42 PM, Pascal Schumacher wrote: > Do you get this on current master? > > https://github.com/apache/commons-io/commit/2bb4bec8391aa03f > 0e4d3a6f9292

Re: [io] test failure in FileUtilsTestCase.testContentEqualsIgnoreEOL

2016-11-18 Thread Pascal Schumacher
Do you get this on current master? https://github.com/apache/commons-io/commit/2bb4bec8391aa03f0e4d3a6f9292630243044726**fixed it for me. Am 18.11.2016 um 22:30 schrieb Gary Gregory: Does anyone else see this? --- T E S T S --

Re: [io] test failure in FileUtilsTestCase.testContentEqualsIgnoreEOL

2016-11-18 Thread Benedikt Ritter
Hi Gary, working on my machine: Results : Tests run: 1281, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] BUILD SUCCESS [INFO] What does Jenkins s

Re: [io] test failure in FileUtilsTestCase.testContentEqualsIgnoreEOL

2016-11-18 Thread Gary Gregory
I am on Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00) Maven home: E:\Java\apache-maven-3.3.9\bin\.. Java version: 1.8.0_112, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_112\jre Default locale: en_US, platform encoding: Cp1252 OS na