[jboss-cvs] JBoss Messaging SVN: r1390 - trunk/tests
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Sep 28 22:38:38 EDT 2006
Author: ovidiu.feodorov at jboss.com
Date: 2006-09-28 22:38:36 -0400 (Thu, 28 Sep 2006)
New Revision: 1390
Modified:
trunk/tests/build.xml
Log:
we DON'T want to skip core tests
Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml 2006-09-29 00:31:50 UTC (rev 1389)
+++ trunk/tests/build.xml 2006-09-29 02:38:36 UTC (rev 1390)
@@ -338,7 +338,7 @@
haltonerror="${junit.batchtest.haltonerror}">
<formatter type="plain" usefile="${junit.formatter.usefile}"/>
<fileset dir="${build.tests.classes}">
- <!-- <include name="**/messaging/core/**/*Test.class"/> -->
+ <include name="**/messaging/core/**/*Test.class"/>
<include name="**/messaging/jms/**/*Test.class"/>
<exclude name="**/jms/stress/**"/>
<exclude name="**/jms/crash/*Test.class"/>
More information about the jboss-cvs-commits
mailing list