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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 14 10:49:46 EST 2011


Author: jcosta at redhat.com
Date: 2011-02-14 10:49:46 -0500 (Mon, 14 Feb 2011)
New Revision: 110664

Modified:
   branches/JBPAPP_5_1/testsuite/build.xml
Log:
JBPAPP-5133 - Added TimerServiceRestoreTestCase to be explicitly included in the tests, as it doesn't follows the name convention *UnitTestCase

Modified: branches/JBPAPP_5_1/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/build.xml	2011-02-14 15:12:01 UTC (rev 110663)
+++ branches/JBPAPP_5_1/testsuite/build.xml	2011-02-14 15:49:46 UTC (rev 110664)
@@ -2802,6 +2802,10 @@
 
             <fileset dir="${build.classes}">
                <include name="**/*UnitTestCase.class"/>
+               
+               <!-- Tests should follow the pattern above, but this one doesn't. JBPAPP-5133 -->
+               <include name="**/test/ejb3/jbpapp4681/unit/TimerServiceRestoreTestCase.class"/>
+               
                <patternset refid="all.excludes"/>
                <patternset refid="${custom.excludes}"/>
                <exclude name="**/test/xa/test/XAUnitTestCase.class"/>



More information about the jboss-cvs-commits mailing list