[jboss-cvs] JBoss Messaging SVN: r1537 - trunk/tests

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 1 07:26:50 EST 2006


Author: timfox
Date: 2006-11-01 07:26:48 -0500 (Wed, 01 Nov 2006)
New Revision: 1537

Modified:
   trunk/tests/build.xml
Log:
Make sure all stress tests are run


Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2006-11-01 09:37:31 UTC (rev 1536)
+++ trunk/tests/build.xml	2006-11-01 12:26:48 UTC (rev 1537)
@@ -490,7 +490,7 @@
                     haltonerror="${junit.batchtest.haltonerror}">
             <formatter type="plain" usefile="${junit.formatter.usefile}"/>
             <fileset dir="${build.tests.classes}">
-               <include name="**/jms/stress/StressTest.class"/>
+               <include name="**/jms/stress/*Test.class"/>
             </fileset>
          </batchtest>
       </junit>
@@ -618,7 +618,7 @@
                     haltonerror="${junit.batchtest.haltonerror}">
             <formatter type="plain" usefile="${junit.formatter.usefile}"/>
             <fileset dir="${build.tests.classes}">
-               <include name="org/jboss/test/messaging/jms/stress/**/*Test.class"/>
+               <include name="**/jms/stress/**/*Test.class"/>
             </fileset>
          </batchtest>
       </junit>




More information about the jboss-cvs-commits mailing list