You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2009/02/13 10:05:10 UTC

svn commit: r744042 - /activemq/trunk/activemq-core/pom.xml

Author: dejanb
Date: Fri Feb 13 09:05:10 2009
New Revision: 744042

URL: http://svn.apache.org/viewvc?rev=744042&view=rev
Log:
changing names of excluded kaha tests

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

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=744042&r1=744041&r2=744042&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Fri Feb 13 09:05:10 2009
@@ -400,8 +400,8 @@
             <!--<exclude>**/TransactedTopicMasterSlaveTest.*</exclude>-->
 
             <!-- Kaha in flux - removing tests -->
-            <exclude>**/KahaXARecoveryBrokerTest.*</exclude>
-            <exclude>**/KahaRecoveryBrokerTest.*</exclude>
+            <exclude>**/KahaDBStoreXARecoveryBrokerTest.*</exclude>
+            <exclude>**/KahaDBStoreRecoveryBrokerTest.*</exclude>
 
             <!-- Multicast and UDP based tests fail on GBuild -->
             <exclude>**/PeerTransportTest.*</exclude>