[jboss-cvs] JBossAS SVN: r111560 - branches/JBPAPP_5_1/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 8 11:10:50 EDT 2011


Author: rsvoboda at redhat.com
Date: 2011-06-08 11:10:50 -0400 (Wed, 08 Jun 2011)
New Revision: 111560

Modified:
   branches/JBPAPP_5_1/testsuite/build.xml
Log:
JBQA-4768 adding jbas8318 test to be executed with standard tests target

Modified: branches/JBPAPP_5_1/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/build.xml	2011-06-08 14:19:32 UTC (rev 111559)
+++ branches/JBPAPP_5_1/testsuite/build.xml	2011-06-08 15:10:50 UTC (rev 111560)
@@ -1493,6 +1493,7 @@
       <exclude name="org/jboss/test/web/test/JSFInjectionUnitTestCase.class" if="build.ewp"/>
       <exclude name="org/jboss/test/web/test/JSPAnnotationENCUnitTestCase.class" if="build.ewp"/>
       <exclude name="org/jboss/test/web/test/WebIntegrationUnitTestCase.class" if="build.ewp"/>
+      <exclude name="org/jboss/test/web/jbas8318/unit/ResourceInjectionOnNonJavaEEComponentsTestCase.class" if="build.ewp"/>
 
       <!-- EWP doesn't ships bsh.jar -->
       <exclude name="org/jboss/test/deployers/seam/test/SeamDvdstoreExampleUnitTestCase.class" if="build.ewp"/>
@@ -3896,7 +3897,10 @@
 
             <fileset dir="${build.classes}">
                <include name="org/jboss/test/webservice/**/*TestCase.class"/>
+               <include name="org/jboss/test/web/jbas8318/**/*TestCase.class"/>
                <exclude name="org/jboss/test/webservice/jbws309/**"/>
+               <!-- if we are testing EWP, we need to exclude some tests -->
+               <patternset refid="ewp.excludes"/>
             </fileset>
          </batchtest>
       </junit>



More information about the jboss-cvs-commits mailing list