You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2013/02/26 17:05:07 UTC

svn commit: r1450243 - /activemq/trunk/activemq-unit-tests/pom.xml

Author: gtully
Date: Tue Feb 26 16:05:07 2013
New Revision: 1450243

URL: http://svn.apache.org/r1450243
Log:
fix pom exclusion for failing test

Modified:
    activemq/trunk/activemq-unit-tests/pom.xml

Modified: activemq/trunk/activemq-unit-tests/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-unit-tests/pom.xml?rev=1450243&r1=1450242&r2=1450243&view=diff
==============================================================================
--- activemq/trunk/activemq-unit-tests/pom.xml (original)
+++ activemq/trunk/activemq-unit-tests/pom.xml Tue Feb 26 16:05:07 2013
@@ -568,7 +568,7 @@
 
                 <!-- journal over journal is odd, but there may be some audit missing in leveldb, to investigate -->
                 <exclude>**/StoreQueueCursorJournalNoDuplicateTest.*</exclude>
-                <exclude>**/org.apache.activemq.usecases.ThreeBrokerVirtualTopicNetworkAMQPATest.*</exclude>
+                <exclude>**/ThreeBrokerVirtualTopicNetworkAMQPATest.*</exclude>
                 <exclude>**/LevelDBXARecoveryBrokerTest.*</exclude>
                 <!-- https://issues.apache.org/jira/browse/AMQ-4000 -->
                 <exclude>**/DurableSubInBrokerNetworkTest.*</exclude>