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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 13 15:53:57 EDT 2009


Author: smcgowan at redhat.com
Date: 2009-07-13 15:53:57 -0400 (Mon, 13 Jul 2009)
New Revision: 91176

Modified:
   branches/JBPAPP_5_0/testsuite/build.xml
Log:
JBAS-6936 - exclude SeamJPA and SeamBooking Example temporarily

Modified: branches/JBPAPP_5_0/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_0/testsuite/build.xml	2009-07-13 19:00:08 UTC (rev 91175)
+++ branches/JBPAPP_5_0/testsuite/build.xml	2009-07-13 19:53:57 UTC (rev 91176)
@@ -869,7 +869,9 @@
     <include name="org/jboss/test/deployers/sar/test/*UnitTestCase.class"/>
     <include name="org/jboss/test/deployers/web/test/*UnitTestCase.class"/>
     <include name="org/jboss/test/deployers/jbas2904/test/*UnitTestCase.class"/>
-    <include name="org/jboss/test/deployers/seam/test/*UnitTestCase.class"/>
+    <include name="org/jboss/test/deployers/seam/test/SeamDvdExampleUnitTestCase.class"/>
+    <include name="org/jboss/test/deployers/seam/test/SeamNumberguessExampleUnitTestCase.class"/>
+    <include name="org/jboss/test/deployers/seam/test/SeamVFSClassloadingUnitTestCase.class"/>
   </patternset>
   <patternset id="profileservice.excludes">
     <exclude name="org/jboss/test/profileservice/test/*TestCase.class"/>




More information about the jboss-cvs-commits mailing list