This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 73d03aa AXIS2-5959 rename CommonsHTTPTransportSenderTest to HTTPClient4TransportSenderTest 73d03aa is described below commit 73d03aaf3d706c9b26b41a83e34f69a3d6f79934 Author: robert lazarski <robertlazar...@apache.org> AuthorDate: Thu Apr 22 08:34:19 2021 -1000 AXIS2-5959 rename CommonsHTTPTransportSenderTest to HTTPClient4TransportSenderTest --- .../org/apache/axis2/transport/http/HTTPClient4TransportSenderTest.java | 2 +- ...CommonsHTTPTransportSenderTest.java => HTTPTransportSenderTest.java} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/transport/http/test/org/apache/axis2/transport/http/HTTPClient4TransportSenderTest.java b/modules/transport/http/test/org/apache/axis2/transport/http/HTTPClient4TransportSenderTest.java index c4a6017..913410a 100644 --- a/modules/transport/http/test/org/apache/axis2/transport/http/HTTPClient4TransportSenderTest.java +++ b/modules/transport/http/test/org/apache/axis2/transport/http/HTTPClient4TransportSenderTest.java @@ -26,7 +26,7 @@ import org.apache.axis2.transport.http.impl.httpclient4.HTTPClient4TransportSend import org.apache.http.client.methods.HttpGet; -public class HTTPClient4TransportSenderTest extends CommonsHTTPTransportSenderTest{ +public class HTTPClient4TransportSenderTest extends HTTPTransportSenderTest{ @Override protected TransportSender getTransportSender() { diff --git a/modules/transport/http/test/org/apache/axis2/transport/http/CommonsHTTPTransportSenderTest.java b/modules/transport/http/test/org/apache/axis2/transport/http/HTTPTransportSenderTest.java similarity index 98% rename from modules/transport/http/test/org/apache/axis2/transport/http/CommonsHTTPTransportSenderTest.java rename to modules/transport/http/test/org/apache/axis2/transport/http/HTTPTransportSenderTest.java index e60c6af..5b88f35 100644 --- a/modules/transport/http/test/org/apache/axis2/transport/http/CommonsHTTPTransportSenderTest.java +++ b/modules/transport/http/test/org/apache/axis2/transport/http/HTTPTransportSenderTest.java @@ -54,7 +54,7 @@ import org.apache.http.ProtocolVersion; import org.apache.http.RequestLine; import org.apache.http.message.BasicRequestLine; -public abstract class CommonsHTTPTransportSenderTest extends TestCase { +public abstract class HTTPTransportSenderTest extends TestCase { protected abstract TransportSender getTransportSender();