Author: hughesj
Date: Tue Feb 6 06:33:59 2007
New Revision: 504158
URL: http://svn.apache.org/viewvc?view=rev&rev=504158
Log:
WODEN-137: once again: removing the QNameTest because it really does fail on Sun
Modified:
incubator/woden/trunk/java/pom.xml
Modified: incubator/woden/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/woden/trunk/java/pom.xml?view=diff&rev=504158&r1=504157&r2=504158
==============================================================================
--- incubator/woden/trunk/java/pom.xml (original)
+++ incubator/woden/trunk/java/pom.xml Tue Feb 6 06:33:59 2007
@@ -91,6 +91,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <!-- WODEN-137: 1 test in QNameTest failing on Sun JRE 1.5.0_07 to
1.5.0_11 so exclude the test class-->
+ <exclude>**/QNameTest.class</exclude>
+ </excludes>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]