On Mon, 2015-04-13 at 13:23 -0700, Gary Gregory wrote: > Here is what I get with trunk: > > ------------------------------------------------------- > T E S T S > -------------------------------------------------------
... > Failed tests: > > TestHttpAsyncPipelining.testPipelinedRequestsUnexpectedConnectionClosure:215 > expected:<class java.io.IOException> but was:<class > org.apache.http.ConnectionClosedException> > > Tests run: 139, Failures: 1, Errors: 0, Skipped: 0 > Gary, Same story as we had before. Networking and SSL code behaves differently when running on Windows version, especially in case of an abnormal connection termination. I'll have to relax the expected exception type to generic I/O to make Windows happy. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
