Author: jkaputin
Date: Mon Aug 6 09:13:04 2007
New Revision: 563181
URL: http://svn.apache.org/viewvc?view=rev&rev=563181
Log:
WODEN-137
change pom.xml to exclude the QNameDeserializeTest from
the maven build instead of QNameTest.
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=563181&r1=563180&r2=563181
==============================================================================
--- incubator/woden/trunk/java/pom.xml (original)
+++ incubator/woden/trunk/java/pom.xml Mon Aug 6 09:13:04 2007
@@ -94,8 +94,8 @@
<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>
+ <!-- WODEN-137:
QNameDeserializeTest.testGoodDeserializeQNameWithoutPrefix() fails on Sun JRE
1.5.0_12 so exclude the test class-->
+ <exclude>**/QNameDeserializeTest.class</exclude>
</excludes>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]