Author: jmesnil
Date: 2009-12-04 06:05:20 -0500 (Fri, 04 Dec 2009)
New Revision: 8548
Modified:
trunk/build-hornetq.xml
Log:
re-include failover tests for discovery cluster with backup
Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml 2009-12-04 10:58:54 UTC (rev 8547)
+++ trunk/build-hornetq.xml 2009-12-04 11:05:20 UTC (rev 8548)
@@ -1226,7 +1226,6 @@
<fileset dir="${test.classes.dir}">
<!-- exlcuded because of
https://jira.jboss.org/jira/browse/HORNETQ-65
-->
<exclude
name="**/cluster/failover/*StaticClusterWithBackupFailoverTest.class" />
- <exclude
name="**/cluster/failover/*WithBackupFailoverTest.class" />
<include name="${tests.param}"/>
</fileset>
</batchtest>