Author: veithen
Date: Sun Aug 14 12:47:42 2011
New Revision: 1157522
URL: http://svn.apache.org/viewvc?rev=1157522&view=rev
Log:
Forgot to give the unit test for AXIS2-5093 a meaningful name.
Modified:
axis/axis2/java/core/trunk/modules/transport/http/test/org/apache/axis2/transport/http/CommonsHTTPTransportSenderTest.java
Modified:
axis/axis2/java/core/trunk/modules/transport/http/test/org/apache/axis2/transport/http/CommonsHTTPTransportSenderTest.java
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/http/test/org/apache/axis2/transport/http/CommonsHTTPTransportSenderTest.java?rev=1157522&r1=1157521&r2=1157522&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/transport/http/test/org/apache/axis2/transport/http/CommonsHTTPTransportSenderTest.java
(original)
+++
axis/axis2/java/core/trunk/modules/transport/http/test/org/apache/axis2/transport/http/CommonsHTTPTransportSenderTest.java
Sun Aug 14 12:47:42 2011
@@ -43,7 +43,7 @@ public class CommonsHTTPTransportSenderT
* @throws Exception
*/
@Test
- public void test() throws Exception {
+ public void testConnectionReleaseWith404() throws Exception {
// Create a Jetty server instance without any contexts. It will always
return HTTP 404.
Server server = new Server();
SocketListener listener = new SocketListener();