[jboss-cvs] JBossAS SVN: r63845 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 5 16:13:49 EDT 2007


Author: rrajesh
Date: 2007-07-05 16:13:49 -0400 (Thu, 05 Jul 2007)
New Revision: 63845

Modified:
   trunk/testsuite/build.xml
Log:
Run ProfileServiceUnitTestCase with full featured profile service

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-07-05 20:13:37 UTC (rev 63844)
+++ trunk/testsuite/build.xml	2007-07-05 20:13:49 UTC (rev 63845)
@@ -826,7 +826,10 @@
   <patternset id="classloader-leak.excludes">
     <exclude name="org/jboss/test/classloader/leak/test/*TestCase.class"/>
   </patternset>
-
+  <patternset id="profileservice.includes">
+    <include name="org/jboss/test/profileservice/test/*TestCase.class"/>
+  </patternset>
+	
    <!-- Tests that are currently broken -->
    <patternset id="badtest.excludes">
       <exclude name="org/jboss/test/aop/test/RemotingUnitTestCase"/>
@@ -888,6 +891,7 @@
       <property name="nojars" value="true"/>
       <antcall target="jboss-minimal-tests" />
       <antcall target="jboss-all-config-tests"/>
+<!--	  <antcall target="tests-profileservice"/>-->
       <antcall target="tests-security-manager"/>
       <antcall target="tests-clustering-all-stacks"/>
    <!--   <antcall target="tomcat-ssl-tests"/>-->
@@ -1184,7 +1188,14 @@
     <http-cluster-node-config-change conf="cluster-field-${jboss-junit-configuration}-TOTAL-1" useBuddyRepl="false"/>
   </target>
 
-
+   <target name="tests-profileservice" description="Tests with the full featured profile service">
+      <create-profileservice-config baseconf="all" conf="profileservice"/>
+      <server:start name="profileservice"/>
+      <run-junit junit.patternset="profileservice.includes"
+        junit.configuration="profileservice"/>
+      <server:stop name="profileservice"/>
+   </target>
+	
    <!-- Tests of tomcat needing a ssl connector
    -->
    <target name="tomcat-ssl-tests"




More information about the jboss-cvs-commits mailing list