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/02/02 07:37:48 UTC

svn commit: r374284 - /incubator/servicemix/trunk/servicemix-core/project.xml

Author: foconer
Date: Wed Feb  1 22:37:32 2006
New Revision: 374284

URL: http://svn.apache.org/viewcvs?rev=374284&view=rev
Log:
excluded SimpleClusterSendSyncTest in unit test because it hangs.

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

Modified: incubator/servicemix/trunk/servicemix-core/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-core/project.xml?rev=374284&r1=374283&r2=374284&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-core/project.xml Wed Feb  1 22:37:32 2006
@@ -413,9 +413,9 @@
                 <exclude>**/JcaFlowPersistentTest.*</exclude>
                 <exclude>**/JcaFlowTransactionTest.*</exclude>                          
                 				
-                <!-- test cases hangs
+                <!-- test cases hangs -->
                 <exclude>**/SimpleClusterSendSyncTest.*</exclude>
-                --> 
+                
 
                 <!-- fails in some linux platform due to missing lib libXp.so.6 -->
                 <exclude>**/ServiceMixComponentTest.*</exclude>