[jboss-cvs] JBossAS SVN: r77858 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 3 13:39:06 EDT 2008


Author: adrian at jboss.org
Date: 2008-09-03 13:39:06 -0400 (Wed, 03 Sep 2008)
New Revision: 77858

Modified:
   trunk/testsuite/build.xml
Log:
Be explicit abotu which tests to run in the web-profile since it doesn't have the ear deployer

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-09-03 17:37:56 UTC (rev 77857)
+++ trunk/testsuite/build.xml	2008-09-03 17:39:06 UTC (rev 77858)
@@ -1411,7 +1411,8 @@
             fork="${junit.batchtest.fork}">
 
             <fileset dir="${build.classes}">
-               <include name="org/jboss/test/jpa/test/*UnitTestCase.class"/>
+               <include name="org/jboss/test/jpa/test/WebClassesJPAUnitTestCase.class"/>
+               <include name="org/jboss/test/jpa/test/WebLibsJPAUnitTestCase.class"/>
             </fileset>
          </batchtest>
       </junit>




More information about the jboss-cvs-commits mailing list