I noticed that the wink integration tests are not run by default. Should we configure Hudson to run these tests by default, which would help maintain the code quality ?
By the way, when I try to run it locally, I get the following : mvn clean install -Pwink-itests ..... ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.wink.itest.client.timeout.TimeoutApacheHTTPTest Tests run: 6, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 0.784 sec <<< FAILURE! Running org.apache.wink.itest.client.timeout.TimeoutTest Tests run: 6, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 0.189 sec <<< FAILURE! Results : Failed tests: testReadTimeoutTimeout(org.apache.wink.itest.client.timeout.TimeoutApacheHTTPTest) testReadTimeoutTimeout(org.apache.wink.itest.client.timeout.TimeoutTest) Tests in error: testReadTimeoutNoTimeout(org.apache.wink.itest.client.timeout.TimeoutApacheHTTPTest) testReadTimeoutNoTimeout(org.apache.wink.itest.client.timeout.TimeoutTest) Anyone else seeing this ? -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
