You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/10/04 04:43:01 UTC

svn commit: r452698 - /incubator/servicemix/trunk/servicemix-components/pom.xml

Author: foconer
Date: Tue Oct  3 19:43:00 2006
New Revision: 452698

URL: http://svn.apache.org/viewvc?view=rev&rev=452698
Log:
Excluded failing tests. Each test are then created there respective jira issue under the sub task of SM-623. 

Modified:
    incubator/servicemix/trunk/servicemix-components/pom.xml

Modified: incubator/servicemix/trunk/servicemix-components/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-components/pom.xml?view=diff&rev=452698&r1=452697&r2=452698
==============================================================================
--- incubator/servicemix/trunk/servicemix-components/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-components/pom.xml Tue Oct  3 19:43:00 2006
@@ -250,9 +250,23 @@
             <exclude>**/XsltPublisherTest.*</exclude>
             <exclude>**/BinaryFileTest.*</exclude>
             <exclude>**/FileTest.*</exclude>
-            <exclude>**/CounterMonitorComponentTest.*</exclude>
-	    <!-- https://issues.apache.org/activemq/browse/SM-529 -->
-	    <exclude>**/MPSSettingTest.*</exclude>
+			<exclude>**/CounterMonitorComponentTest.*</exclude>
+            <exclude>**/OptionalAxisQueriesTest.*</exclude>
+			<exclude>**/JmsBindingTest.*</exclude>
+			<exclude>**/WsifTest.*</exclude>
+			<exclude>**/HttpSoapAndSaajTest.*</exclude>
+			<exclude>**/JmsBindingClusterTest.*</exclude>
+			<exclude>**/JmsBindingUsingEndpointSubscriptionTest.*</exclude>
+			<exclude>**/GroovyTransformTest.*</exclude>
+			<exclude>**/TransformComponentTest.*</exclude>
+
+			
+            
+			<!-- Hangs -->
+			<exclude>**/SaajSoapActionTest.*</exclude>
+	        
+			<!-- https://issues.apache.org/activemq/browse/SM-529 -->
+	        <exclude>**/MPSSettingTest.*</exclude>
           
 	  </excludes>
         </configuration>