Author: veithen
Date: Fri Nov 16 21:32:26 2012
New Revision: 1410577
URL: http://svn.apache.org/viewvc?rev=1410577&view=rev
Log:
AXIS2-5434: Moved the unit tests for the HTTP transport.
Added:
axis/axis2/java/core/trunk/modules/transport/http/test/org/apache/axis2/transport/http/HttpTransportDescriptionFactory.java
- copied unchanged from r1410542,
axis/axis2/java/transports/trunk/modules/http/test/org/apache/axis2/transport/http/HttpTransportDescriptionFactory.java
axis/axis2/java/core/trunk/modules/transport/http/test/org/apache/axis2/transport/http/SimpleHTTPServerTest.java
- copied unchanged from r1410542,
axis/axis2/java/transports/trunk/modules/http/test/org/apache/axis2/transport/http/SimpleHTTPServerTest.java
Modified:
axis/axis2/java/core/trunk/modules/transport/http/pom.xml
Modified: axis/axis2/java/core/trunk/modules/transport/http/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/http/pom.xml?rev=1410577&r1=1410576&r2=1410577&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/transport/http/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/transport/http/pom.xml Fri Nov 16
21:32:26 2012
@@ -127,5 +127,11 @@
<artifactId>xmlunit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-transport-testkit</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>