Author: veithen
Date: Sat Dec 31 16:31:17 2011
New Revision: 1226129
URL: http://svn.apache.org/viewvc?rev=1226129&view=rev
Log:
More mavenized unit tests.
Added:
axis/axis1/java/trunk/axis/src/test/java/test/soap12/
- copied from r1226120, axis/axis1/java/trunk/test/soap12/
axis/axis1/java/trunk/axis/src/test/java/test/wsdd/
- copied from r1226120, axis/axis1/java/trunk/test/wsdd/
axis/axis1/java/trunk/axis/src/test/resources/test/wsdd/
axis/axis1/java/trunk/axis/src/test/resources/test/wsdd/testStructure1.wsdd
- copied unchanged from r1226120,
axis/axis1/java/trunk/test/wsdd/testStructure1.wsdd
Removed:
axis/axis1/java/trunk/axis/src/test/java/test/soap12/PackageTests.java
axis/axis1/java/trunk/axis/src/test/java/test/soap12/build.xml
axis/axis1/java/trunk/axis/src/test/java/test/wsdd/PackageTests.java
axis/axis1/java/trunk/axis/src/test/java/test/wsdd/build.xml
axis/axis1/java/trunk/axis/src/test/java/test/wsdd/testStructure1.wsdd
axis/axis1/java/trunk/test/soap12/
axis/axis1/java/trunk/test/wsdd/
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=1226129&r1=1226128&r2=1226129&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis/pom.xml (original)
+++ axis/axis1/java/trunk/axis/pom.xml Sat Dec 31 16:31:17 2011
@@ -221,8 +221,11 @@
<exclude>test/MSGDispatch/TestService.java</exclude>
<exclude>test/soap/TestFaultHandler.java</exclude>
<exclude>test/soap/TestHandler.java</exclude>
- <!-- TODO: this test causes an OOM error; investigate
why -->
+ <!-- TODO: these tests cause OOM errors; investigate
why -->
<exclude>test/encoding/TestSer.java</exclude>
+ <exclude>test/soap12/TestSer.java</exclude>
+ <!-- Was commented out in the original
PackageTests.java -->
+ <exclude>test/wsdd/TestXSD.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>