[jboss-cvs] JBossAS SVN: r109080 - branches/JBPAPP_5_1/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 3 05:29:10 EDT 2010


Author: pskopek at redhat.com
Date: 2010-11-03 05:29:09 -0400 (Wed, 03 Nov 2010)
New Revision: 109080

Modified:
   branches/JBPAPP_5_1/testsuite/build.xml
Log:
cc: JTA crash recovery test changes

Modified: branches/JBPAPP_5_1/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/build.xml	2010-11-02 23:35:04 UTC (rev 109079)
+++ branches/JBPAPP_5_1/testsuite/build.xml	2010-11-03 09:29:09 UTC (rev 109080)
@@ -1895,6 +1895,13 @@
       <echo file="${jboss.dist}/server/cc-cxf/run.conf">
       JAVA_OPTS="-Xms1024m -Xmx1024m -XX:MaxPermSize=512m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true -Djboss.home.dir=${jboss.dist} -Djboss.server.home.dir=${jboss.dist}${/}server${/}cc-cxf -Djava.security.manager -Djava.security.policy==${jboss.dist}${/}server${/}cc-cxf/cc.policy -Dcc.jdbc.driver=${cc.jdbc.driver}"</echo>
 
+      <!-- JTA tests CC related config -->
+      <copy todir="${build.resources}/jbossts/scripts/imports/" overwrite="true">
+        <fileset dir="${build.resources}/cc/jta">
+          <include name="**/*"/>
+        </fileset>
+      </copy>
+      
    </target>
 
    <!-- Modify default cc config to use jboss natives -->   
@@ -2045,12 +2052,6 @@
       <antcall target="cc-tests-secured"/>
       <antcall target="cc-tests-cluster"/>
       
-      <!-- TS crach-recovery with JMS -->
-      <!-- include name="org/jboss/test/jbossts/ASCrashRecovery01/TestWithJPA.class"/>
-      <include name="org/jboss/test/jbossts/ASCrashRecovery01/WipeOutTxsInDoubt.class"/>
-      <include name="org/jboss/test/jbossts/ASCrashRecovery02/TestWithJMS.class"/ -->
-      <!-- antcall target="tests-ts-crash-recovery-jms"/ -->
-     
       <antcall target="tests-cc-audit"/>
       
       <!-- Because CXF tests could be run later, we have to split and call those targets in separate ant run at the end. 



More information about the jboss-cvs-commits mailing list