[jboss-cvs] JBossAS SVN: r91952 - branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/scripts.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 4 04:34:57 EDT 2009


Author: istudens at redhat.com
Date: 2009-08-04 04:34:57 -0400 (Tue, 04 Aug 2009)
New Revision: 91952

Modified:
   branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/scripts/as-tests.xml
Log:
excluded commit-halt-nonrev scenario because it is currently not supported by TS, JBPAPP-2355

Modified: branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/scripts/as-tests.xml
===================================================================
--- branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/scripts/as-tests.xml	2009-08-04 08:17:52 UTC (rev 91951)
+++ branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/scripts/as-tests.xml	2009-08-04 08:34:57 UTC (rev 91952)
@@ -166,7 +166,7 @@
     <property name="want.prepare_ex.rev" value="true" />
     <property name="want.prepare_halt" value="true" />
     <property name="want.prepare_halt.rev" value="true" />
-    <property name="want.commit_halt" value="true" />
+    <property name="want.commit_halt.rev" value="true" />
   </target>
 
 	
@@ -320,7 +320,7 @@
   		         testcase-prepare_ex-rev, 
   		         testcase-prepare_halt, 
   		         testcase-prepare_halt-rev, 
-  		         testcase-commit_halt" />
+  		         testcase-commit_halt-rev" />
 
   <target name="testcase-none" if="want.none">
         <antcall target="execute-crash-recovery-test">
@@ -358,13 +358,13 @@
         </antcall>
   </target>
 
-  <target name="testcase-commit_halt" if="want.commit_halt">
+  <target name="testcase-commit_halt-rev" if="want.commit_halt.rev">
         <antcall target="execute-crash-recovery-test">
         	<param name="specs" value="commit_halt"/><param name="reverseOrder" value="true"/><param name="rollbackExpected" value="false"/>
         </antcall>  	
   </target>
 
-  <target name="testcase-commit_halt-rev" if="want.commit_halt.rev">
+  <target name="testcase-commit_halt" if="want.commit_halt">
         <!-- DISABLED test-case: the test is invalid for the current version --> 
         <antcall target="execute-crash-recovery-test">
         	<param name="specs" value="commit_halt"/><param name="reverseOrder" value="false"/><param name="rollbackExpected" value="false"/>




More information about the jboss-cvs-commits mailing list