Author: veithen
Date: Fri Dec 30 22:28:21 2011
New Revision: 1225947
URL: http://svn.apache.org/viewvc?rev=1225947&view=rev
Log:
More mavenized unit tests.
Added:
axis/axis1/java/trunk/axis/src/test/java/test/MSGDispatch/
- copied from r1225929, axis/axis1/java/trunk/test/MSGDispatch/
axis/axis1/java/trunk/axis/src/test/java/test/RPCDispatch/
- copied from r1225929, axis/axis1/java/trunk/test/RPCDispatch/
Removed:
axis/axis1/java/trunk/axis/src/test/java/test/MSGDispatch/PackageTests.java
axis/axis1/java/trunk/axis/src/test/java/test/RPCDispatch/build.xml
axis/axis1/java/trunk/test/MSGDispatch/
axis/axis1/java/trunk/test/RPCDispatch/
Modified:
axis/axis1/java/trunk/axis/pom.xml
Modified: axis/axis1/java/trunk/axis/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis/pom.xml?rev=1225947&r1=1225946&r2=1225947&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis/pom.xml (original)
+++ axis/axis1/java/trunk/axis/pom.xml Fri Dec 30 22:28:21 2011
@@ -196,8 +196,12 @@
<excludes>
<!-- Quote: "comment out for now - this class is a
mess" -->
<exclude>test/utils/TestOptions.java</exclude>
- <!-- This is actually not a unit test -->
+ <!-- TODO: this test probably never worked correctly
because there was no corresponding build.xml file,
+ and therefore it was skipped in the
original Ant build -->
+
<exclude>test/MSGDispatch/TestMessageService.java</exclude>
+ <!-- These are actually not unit tests -->
<exclude>test/concurrency/TestService.java</exclude>
+ <exclude>test/MSGDispatch/TestService.java</exclude>
</excludes>
<!-- TODO: this is bad; it could mean that Axis is not
working properly on modern JREs -->
<argLine>-Xbootclasspath/p:${project.build.directory}/endorsed/xmlParserAPIs.jar</argLine>