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>