[jboss-cvs] JBossAS SVN: r91660 - branches/JBPAPP_5_0/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jul 25 13:01:07 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-07-25 13:01:06 -0400 (Sat, 25 Jul 2009)
New Revision: 91660

Modified:
   branches/JBPAPP_5_0/testsuite/build.xml
Log:
Don't ignore excludes in jbossmessaging tests


Modified: branches/JBPAPP_5_0/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_0/testsuite/build.xml	2009-07-25 13:51:07 UTC (rev 91659)
+++ branches/JBPAPP_5_0/testsuite/build.xml	2009-07-25 17:01:06 UTC (rev 91660)
@@ -2933,6 +2933,7 @@
         fork="${junit.batchtest.fork}">
          <fileset dir="${build.classes}">
             <patternset refid="jbossmessaging.includes"/>
+            <patternset refid="all.excludes"/>
          </fileset>
       </batchtest>
     </junit>




More information about the jboss-cvs-commits mailing list