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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 11 10:27:28 EDT 2008


Author: jmesnil
Date: 2008-04-11 10:27:28 -0400 (Fri, 11 Apr 2008)
New Revision: 4040

Modified:
   trunk/build-messaging.xml
Log:
exclude PacketStressTest from the unit-tests

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-04-11 13:57:19 UTC (rev 4039)
+++ trunk/build-messaging.xml	2008-04-11 14:27:28 UTC (rev 4040)
@@ -534,6 +534,7 @@
             <formatter type="plain" usefile="${junit.formatter.usefile}"/>
             <fileset dir="${test.classes.dir}">
                <include name="**/org/jboss/**/*${test-mask}.class"/>
+               <exclude name="**/org/jboss/**/PacketStressTest.class"/>
             </fileset>
          </batchtest>
       </junit>




More information about the jboss-cvs-commits mailing list