You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jg...@apache.org on 2006/03/22 02:07:29 UTC

svn commit: r387683 - /incubator/servicemix/trunk/servicemix-components/project.xml

Author: jgapuz
Date: Tue Mar 21 17:07:27 2006
New Revision: 387683

URL: http://svn.apache.org/viewcvs?rev=387683&view=rev
Log:
>From Darwim Flores - excluded JmsBindingClusterTest hanging test case.

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

Modified: incubator/servicemix/trunk/servicemix-components/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-components/project.xml?rev=387683&r1=387682&r2=387683&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-components/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-components/project.xml Tue Mar 21 17:07:27 2006
@@ -578,6 +578,9 @@
         <exclude>**/HttpSoapTest.*</exclude>
         <exclude>**/HttpTest.*</exclude>
         <exclude>**/SaajTest.*</exclude>
+	
+	<!-- http://jira.activemq.org/jira/browse/SM-355 -->
+        <exclude>**/JmsBindingClusterTest.*</exclude>
 
       </excludes>
     </unitTest>