You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by hu...@apache.org on 2007/02/01 11:44:03 UTC

svn commit: r502186 - /incubator/woden/trunk/java/pom.xml

Author: hughesj
Date: Thu Feb  1 02:44:03 2007
New Revision: 502186

URL: http://svn.apache.org/viewvc?view=rev&rev=502186
Log:
WODEN-125: one of the QNameTest tests fails on Solaris / Sun JRE. Which
is what our Continuum server is running on. So exclude this until we
find a fix.

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=502186&r1=502185&r2=502186
==============================================================================
--- incubator/woden/trunk/java/pom.xml (original)
+++ incubator/woden/trunk/java/pom.xml Thu Feb  1 02:44:03 2007
@@ -91,6 +91,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+            <excludes>
+                <!-- WODEN-125: 1 test in QNameTest failing on Sun JRE so exclude the test class-->
+                <exclude>**/QNameTest.class</exclude>
+            </excludes>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org