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 sa...@apache.org on 2009/08/30 16:01:09 UTC

svn commit: r809338 - /webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-dom.xml

Author: sagara
Date: Sun Aug 30 14:01:08 2009
New Revision: 809338

URL: http://svn.apache.org/viewvc?rev=809338&view=rev
Log:
W3CTestSuiteTest excluded this Test case should run via /ant-test/build.xml. 

Modified:
    webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-dom.xml

Modified: webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-dom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-dom.xml?rev=809338&r1=809337&r2=809338&view=diff
==============================================================================
--- webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-dom.xml (original)
+++ webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-dom.xml Sun Aug 30 14:01:08 2009
@@ -42,7 +42,12 @@
               Note that this part is going to disappear as the OM implementation
               will make progress
           -->
-           <testFailureIgnore>true</testFailureIgnore>
+           <testFailureIgnore>false</testFailureIgnore>
+		   <excludes>
+			   <!-- W3C testsuite is run via /ant-test/build.xml and results
+				    are compared to W3C baseline -->
+			   <exclude>**/W3CTestSuiteTest.java</exclude>
+		   </excludes>		
          </configuration>
        </plugin>
      </plugins>
@@ -64,4 +69,4 @@
        <classifier>tests</classifier>
      </dependency>
    </dependencies>
-</project>
\ No newline at end of file
+</project>



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