[jboss-cvs] JBossAS SVN: r77390 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Aug 24 13:30:23 EDT 2008


Author: dimitris at jboss.org
Date: 2008-08-24 13:30:23 -0400 (Sun, 24 Aug 2008)
New Revision: 77390

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
enable the deployment-service tests

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2008-08-24 17:29:33 UTC (rev 77389)
+++ branches/Branch_4_2/testsuite/build.xml	2008-08-24 17:30:23 UTC (rev 77390)
@@ -669,7 +669,7 @@
   </patternset>
   <!-- Tests needing deployment service setup -->
   <patternset id="deployment-service.includes">
-    <include name="org/jboss/test/deployment/test/*TestCase.class"/>
+    <include name="org/jboss/test/deployment/test/DeploymentServiceUnitTestCase.class"/>
   </patternset>
   <patternset id="deployment-service.excludes">
     <exclude name="org/jboss/test/deployment/test/*TestCase.class"/>
@@ -760,6 +760,7 @@
     <antcall target="jboss-all-config-tests"/>
     <antcall target="tests-security-manager"/>
     <antcall target="tests-clustering-all-stacks"/>
+    <antcall target="deployment-service-tests"/>
     <antcall target="tomcat-ssl-tests"/>
     <antcall target="tomcat-sso-tests"/>
     <antcall target="tomcat-sso-clustered-tests"/>




More information about the jboss-cvs-commits mailing list