Re: commons-vfs: org.apache.commons.vfs2.provider.http.test.HttpProviderTestCase fails

2016-03-22 Thread Benedikt Ritter
Hi, Bernd Eckenfels schrieb am Di., 22. März 2016 um 01:03 Uhr: > Hello, > > I think it is a new problem. It is a bit unfortunate that those tests > rely on external web sites (and those seeem to no longer exist). > > If you want, you can file the report directly in the

Re: commons-vfs: org.apache.commons.vfs2.provider.http.test.HttpProviderTestCase fails

2016-03-21 Thread Epstein, Ezra
Fixed. Root cause: defunct URL. Resolution: changed core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderT estCase.java -final FileObject f = VFS.getManager().resolveFile("http://www.w3schools.com/webservices/tempconv ert.asmx?action=WSDL"); +final FileObject

Re: commons-vfs: org.apache.commons.vfs2.provider.http.test.HttpProviderTestCase fails

2016-03-21 Thread Bernd Eckenfels
Hello, I think it is a new problem. It is a bit unfortunate that those tests rely on external web sites (and those seeem to no longer exist). If you want, you can file the report directly in the JIRA: https://issues.apache.org/jira/browse/VFS/ It seems to be safe to ignore that failure. Gruss

commons-vfs: org.apache.commons.vfs2.provider.http.test.HttpProviderTestCase fails

2016-03-21 Thread Epstein, Ezra
I’ve forked and cloned the repo from GitHub and the build fails with: Tests run: 90, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.223 sec <<< FAILURE! - in org.apache.commons.vfs2.provider.http.test.HttpProviderTestCase