You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2009/05/27 01:56:57 UTC

svn commit: r778931 - /servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-jms/pom.xml

Author: ccustine
Date: Tue May 26 23:56:56 2009
New Revision: 778931

URL: http://svn.apache.org/viewvc?rev=778931&view=rev
Log:
SMXCOMP-524 - Improve test coverage - ServiceMix :: JMS

Modified:
    servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-jms/pom.xml

Modified: servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-jms/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-jms/pom.xml?rev=778931&r1=778930&r2=778931&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-jms/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-jms/pom.xml Tue May 26 23:56:56 2009
@@ -263,8 +263,6 @@
           <excludes>
             <!-- exclude abstract test classes -->
             <exclude>**/Abstract*.*</exclude>
-
-            <exclude>**/JmsSpringJcaTest.*</exclude>
           </excludes>
           <forkMode>${surefire.fork.mode}</forkMode>
         </configuration>