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:02:29 UTC

svn commit: r809339 - /webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-om.xml

Author: sagara
Date: Sun Aug 30 14:02:29 2009
New Revision: 809339

URL: http://svn.apache.org/viewvc?rev=809339&view=rev
Log:
Excluded some of the Test cases that doesn't support for OM implementation.

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

Modified: webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-om.xml
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-om.xml?rev=809339&r1=809338&r2=809339&view=diff
==============================================================================
--- webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-om.xml (original)
+++ webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-om.xml Sun Aug 30 14:02:29 2009
@@ -42,7 +42,30 @@
               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>
+			   			   
+			   <!-- exclude tests that does not support for OM implementation -->
+			   <exclude>**/SimpleURIResolverTest</exclude>
+			    <exclude>**/HTTPBindingOperationExtensionsTest.java</exclude>
+			    <exclude>**/SOAPBindingFaultReferenceExtensionsTest.java</exclude>
+			    <exclude>**/SOAPBindingExtensionsTest.java</exclude>
+			    <exclude>**/SOAPBindingFaultExtensionsTest.java</exclude>
+			    <exclude>**/SOAPBindingMessageReferenceExtensionsTest.java</exclude>
+			    <exclude>**/SOAPBindingOperationExtensionsTest.java</exclude>
+			    <exclude>**/HTTPEndpointExtensionsTest.java</exclude>
+			    <exclude>**/HTTPBindingExtensionsTest.java</exclude>
+			    <exclude>**/HTTPBindingFaultExtensionsTest.java</exclude>
+			    <exclude>**/FooBindingExtensionsTest.java</exclude>
+			    <exclude>**/SimpleURIResolverTest.java</exclude>
+			    <exclude>**/HTTPBindingMessageReferenceExtensionsTest.java</exclude>
+			    <exclude>**/DocExtensionNoNSTest.java</exclude>
+			    
+			   
+		   </excludes>	
          </configuration>
        </plugin>
      </plugins>
@@ -64,4 +87,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