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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 30 08:52:43 EDT 2008


Author: emuckenhuber
Date: 2008-10-30 08:52:43 -0400 (Thu, 30 Oct 2008)
New Revision: 80242

Modified:
   trunk/testsuite/build.xml
Log:
[JBAS-6036] finally enable the persistence restart tests, as they should pass after switching to java serialization for attachments

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-10-30 12:36:59 UTC (rev 80241)
+++ trunk/testsuite/build.xml	2008-10-30 12:52:43 UTC (rev 80242)
@@ -828,6 +828,7 @@
   </patternset>
   <patternset id="profileservice.includes">
     <include name="org/jboss/test/profileservice/test/*TestCase.class"/>
+  	<include name="org/jboss/test/profileservice/override/test/*TestCase.class"/>
     <!-- deployers + seam -->
     <include name="org/jboss/test/deployers/client/test/*UnitTestCase.class"/>
     <include name="org/jboss/test/deployers/ear/test/*UnitTestCase.class"/>
@@ -837,10 +838,10 @@
     <include name="org/jboss/test/deployers/web/test/*UnitTestCase.class"/>
     <include name="org/jboss/test/deployers/jbas2904/test/*UnitTestCase.class"/>
     <include name="org/jboss/test/deployers/seam/test/*UnitTestCase.class"/>
-  	<include name="org/jboss/test/profileservice/override/test/*TestCase.class"/>
   </patternset>
   <patternset id="profileservice.excludes">
     <exclude name="org/jboss/test/profileservice/test/*TestCase.class"/>
+  	<exclude  name="org/jboss/test/profileservice/override/test/*TestCase.class"/>
     <!-- deployers + seam -->
     <exclude name="org/jboss/test/deployers/client/test/*UnitTestCase.class"/>
     <exclude name="org/jboss/test/deployers/ear/test/*UnitTestCase.class"/>
@@ -1038,15 +1039,13 @@
          junit.configuration="profileservice"
       />
       <server:stop name="profileservice"/>
-   	  <!-- TODO enable this tests. -->
-	  <!-- test profileservice persistence, after restarting AS       	
+	  <!-- test profileservice persistence, after restarting AS -->       	
       <server:start name="profileservice"/>
       <run-junit
          junit.patternset="profileservice.restart.includes"
          junit.configuration="profileservice"
       />
       <server:stop name="profileservice"/>
-      -->
    </target>
    <target name="profileservice-config" description="Create the full featured profile service config">
       <create-profileservice-config baseconf="default" conf="profileservice"/>




More information about the jboss-cvs-commits mailing list