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/01/18 12:33:22 UTC

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

Author: hughesj
Date: Thu Jan 18 03:33:21 2007
New Revision: 497406

URL: http://svn.apache.org/viewvc?view=rev&rev=497406
Log:
Added JIRA issue numbers for tests that fail and are hence excluded

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=497406&r1=497405&r2=497406
==============================================================================
--- incubator/woden/trunk/java/pom.xml (original)
+++ incubator/woden/trunk/java/pom.xml Thu Jan 18 03:33:21 2007
@@ -77,11 +77,11 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
             <excludes>
-                <!-- OMW3CTestSuiteTest.OMtestSchemaId1GFromOM is failing so exclude the test class-->
+                <!-- WODEN-10: OMW3CTestSuiteTest.OMtestSchemaId1GFromOM failure -->
                 <exclude>**/OMW3CTestSuiteTest.class</exclude>
-                <!-- W3CTestSuiteTest.testSchemaId1G is failing so exclude the test class-->
+                <!-- WODEN-10: W3CTestSuiteTest.testSchemaId1G failure -->
                 <exclude>**/W3CTestSuiteTest.class</exclude>
-                <!-- 6 tests in QNameTest failing so exclude the test class-->
+                <!-- WODEN-125: 6 tests in QNameTest failing so exclude the test class-->
                 <exclude>**/QNameTest.class</exclude>
             </excludes>
         </configuration>



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