[jboss-cvs] JBossAS SVN: r64485 - branches/Branch_4_4/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 7 14:26:34 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-08-07 14:26:34 -0400 (Tue, 07 Aug 2007)
New Revision: 64485

Modified:
   branches/Branch_4_4/testsuite/build.xml
Log:
Re-enabling tests

Modified: branches/Branch_4_4/testsuite/build.xml
===================================================================
--- branches/Branch_4_4/testsuite/build.xml	2007-08-07 15:37:06 UTC (rev 64484)
+++ branches/Branch_4_4/testsuite/build.xml	2007-08-07 18:26:34 UTC (rev 64485)
@@ -800,7 +800,7 @@
   <target name="tests" description="Execute all non-benchmark tests." depends="maybejars">
     <record name="${basedir}/build.log" append="no" action="start" loglevel="${buildlog.level}"/>
     <property name="nojars" value="true"/>
-    <!--  <antcall target="jboss-minimal-tests"/>
+    <antcall target="jboss-minimal-tests"/>
     <antcall target="jboss-all-config-tests"/>
     <antcall target="tests-security-manager"/>
     <antcall target="tests-clustering-all-stacks"/>
@@ -818,7 +818,7 @@
     <antcall target="tests-webservice-ssl"/>
     <antcall target="tests-unified"/>
     <antcall target="tests-aop-scoped"/>
-    <antcall target="tests-classloader-leak"/> Reenable this!! -->
+    <antcall target="tests-classloader-leak"/>
     <antcall target="tests-soa"/>
     <antcall target="tests-soa-clustered"/>
     <antcall target="tests-report"/>




More information about the jboss-cvs-commits mailing list