On Mon, 2010-06-14 at 00:39 +0100, sebb wrote: > The mockup.TestHttpClient/Server/SSLClient/SSLServer classes in the > httpcore-nio test tree don't currently contain any tests. > > This means that they fail when used with JUnit 4. > > It's also a bit confusing to have files called Test*.java that aren't > actually tests. > > Similarly for the files mockup.TestHttpClient/Server in httpcore. > > Would it be OK to rename these classes? I think one could just drop > the "Test" prefix. >
Several test cases fail now. We simply have no other choice but rename the affected classes. Feel free to come up with new names you find most appropriate. Cheers Oleg Tests in error: initializationError(org.apache.http.mockup.TestHttpSSLServer) initializationError(org.apache.http.mockup.TestHttpSSLServer) initializationError(org.apache.http.mockup.TestHttpSSLClient) initializationError(org.apache.http.mockup.TestHttpSSLClient) initializationError(org.apache.http.mockup.TestHttpClientNio) initializationError(org.apache.http.mockup.TestHttpClientNio) initializationError(org.apache.http.nio.protocol.TestJob) initializationError(org.apache.http.mockup.TestHttpServerNio) initializationError(org.apache.http.mockup.TestHttpServerNio) initializationError(org.apache.http.nio.protocol.TestRequestHandler) initializationError(org.apache.http.nio.protocol.TestRequestHandler) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
