You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ac...@apache.org on 2006/03/20 00:20:48 UTC

svn commit: r387060 - in /incubator/activemq/trunk/assembly: project.xml src/test/resources/org/apache/activemq/usecases/activemq.xml

Author: aco
Date: Sun Mar 19 15:20:46 2006
New Revision: 387060

URL: http://svn.apache.org/viewcvs?rev=387060&view=rev
Log:
- Minor correction in xml config
- Enabled failing test cases

Modified:
    incubator/activemq/trunk/assembly/project.xml
    incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/activemq.xml

Modified: incubator/activemq/trunk/assembly/project.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/project.xml?rev=387060&r1=387059&r2=387060&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/project.xml (original)
+++ incubator/activemq/trunk/assembly/project.xml Sun Mar 19 15:20:46 2006
@@ -321,11 +321,6 @@
         <include>**/*Test.*</include>
       </includes>
       <excludes>
-          <!-- http://jira.activemq.org/jira/browse/AMQ-537 --> 
-          <exclude>**/PublishOnQueueConsumedMessageUsingActivemqXMLTest.*</exclude>
-          <!-- http://jira.activemq.org/jira/browse/AMQ-538 --> 
-          <exclude>**/PublishOnTopicConsumerMessageUsingActivemqXMLTest.*</exclude>
-
           <!-- https://jira.logicblaze.com/jira/browse/AMQ-472 -->
           <exclude>**/TopicClusterTest.*</exclude>
 

Modified: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/activemq.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/activemq.xml?rev=387060&r1=387059&r2=387060&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/activemq.xml (original)
+++ incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/activemq.xml Sun Mar 19 15:20:46 2006
@@ -34,7 +34,7 @@
           <!-- lets force old messages to be discarded for slow consumers -->
           <policyEntry topic="Prices.>">
             <pendingMessageLimitStrategy>
-              <constantPendingMessageLimitStrategy value="0"/>
+              <constantPendingMessageLimitStrategy limit="0"/>
             </pendingMessageLimitStrategy>
           </policyEntry>