[jboss-cvs] JBoss Messaging SVN: r6226 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 31 04:56:39 EDT 2009


Author: timfox
Date: 2009-03-31 04:56:39 -0400 (Tue, 31 Mar 2009)
New Revision: 6226

Modified:
   trunk/build-messaging.xml
Log:
re-enabled failover tests

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-03-31 08:40:14 UTC (rev 6225)
+++ trunk/build-messaging.xml	2009-03-31 08:56:39 UTC (rev 6226)
@@ -1148,7 +1148,6 @@
       </antcall>
    </target>
 
-
    <target name="unit-tests" depends="jar, compile-unit-tests">
       <antcall inheritall="true" inheritrefs="true" target="tests">
          <param name="tests.param" value="**/org/jboss/messaging/tests/unit/**/*${test-mask}.class"/>
@@ -1199,7 +1198,6 @@
             <formatter type="plain" usefile="${junit.formatter.usefile}"/>
             <fileset dir="${test.classes.dir}">
                <include name="${tests.param}"/>
-               <exclude name="**/*Failover*.class" />
             </fileset>
          </batchtest>
       </junit>




More information about the jboss-cvs-commits mailing list