Author: veithen
Date: Mon Oct 8 17:39:39 2012
New Revision: 1395688
URL: http://svn.apache.org/viewvc?rev=1395688&view=rev
Log:
Preparing to migrate test/wsdl/soap12/assertion.
Added:
axis/axis1/java/trunk/interop/src/test/java/test/wsdl/soap12/assertion/
axis/axis1/java/trunk/interop/src/test/java/test/wsdl/soap12/assertion/Soap12TestDocBindingImpl.java
- copied unchanged from r1395238,
axis/axis1/java/trunk/test/wsdl/soap12/assertion/Soap12TestDocBindingImpl.java
axis/axis1/java/trunk/interop/src/test/java/test/wsdl/soap12/assertion/Soap12TestRpcBindingImpl.java
- copied unchanged from r1395238,
axis/axis1/java/trunk/test/wsdl/soap12/assertion/Soap12TestRpcBindingImpl.java
axis/axis1/java/trunk/interop/src/test/java/test/wsdl/soap12/assertion/WhiteMesaSoap12TestSvcTestCase.java
- copied unchanged from r1395238,
axis/axis1/java/trunk/test/wsdl/soap12/assertion/WhiteMesaSoap12TestSvcTestCase.java
Removed:
axis/axis1/java/trunk/test/wsdl/soap12/assertion/Soap12TestDocBindingImpl.java
axis/axis1/java/trunk/test/wsdl/soap12/assertion/Soap12TestRpcBindingImpl.java
axis/axis1/java/trunk/test/wsdl/soap12/assertion/WhiteMesaSoap12TestSvcTestCase.java
Modified:
axis/axis1/java/trunk/interop/pom.xml
Modified: axis/axis1/java/trunk/interop/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop/pom.xml?rev=1395688&r1=1395687&r2=1395688&view=diff
==============================================================================
--- axis/axis1/java/trunk/interop/pom.xml (original)
+++ axis/axis1/java/trunk/interop/pom.xml Mon Oct 8 17:39:39 2012
@@ -62,7 +62,7 @@
<version>${project.version}</version>
<executions>
<execution>
- <id>samples-echo</id>
+ <id>soap12-additional</id>
<goals>
<goal>generate-test-sources</goal>
</goals>
@@ -81,6 +81,26 @@
</mappings>
</configuration>
</execution>
+ <execution>
+ <id>soap12-assertion</id>
+ <goals>
+ <goal>generate-test-sources</goal>
+ </goals>
+ <configuration>
+
<file>../test/wsdl/soap12/assertion/soap12-test.wsdl</file>
+ <generate>both</generate>
+ <mappings>
+ <mapping>
+
<namespace>http://whitemesa.net/wsdl/soap12-test</namespace>
+
<package>test.wsdl.soap12.assertion</package>
+ </mapping>
+ <mapping>
+
<namespace>http://example.org/ts-tests/xsd</namespace>
+
<package>test.wsdl.soap12.assertion.xsd</package>
+ </mapping>
+ </mappings>
+ </configuration>
+ </execution>
</executions>
</plugin>
<plugin>
@@ -175,6 +195,10 @@
<includes>
<include>**/*TestCase.java</include>
</includes>
+ <excludes>
+ <!-- TODO: need to create mock for this -->
+
<exclude>test/wsdl/soap12/assertion/**</exclude>
+ </excludes>
<systemPropertyVariables>
<mock.httpPort>${mock.httpPort}</mock.httpPort>
</systemPropertyVariables>