You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ra...@apache.org on 2006/12/28 21:58:01 UTC

svn commit: r490802 - /incubator/activemq/trunk/activemq-core/pom.xml

Author: rajdavies
Date: Thu Dec 28 12:58:00 2006
New Revision: 490802

URL: http://svn.apache.org/viewvc?view=rev&rev=490802
Log:
exclude TwoBrokerMulitcastQueueTest for now

Modified:
    incubator/activemq/trunk/activemq-core/pom.xml

Modified: incubator/activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/pom.xml?view=diff&rev=490802&r1=490801&r2=490802
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Thu Dec 28 12:58:00 2006
@@ -237,6 +237,7 @@
             <exclude>**/ThreeBrokerQueueNetworkTest.*</exclude>
             <exclude>**/ThreeBrokerTopicNetworkTest.*</exclude>
             <exclude>**/ThreeBrokerTopicNetworkUsingTcpTest.*</exclude>
+            <exclude>**/TwoBrokerMulticastQueueTest.*</exclude>
 
             <!-- TODO move to optional module...  -->
             <exclude>**/TwoBrokerTopicSendReceiveUsingHttpTest.*</exclude>