[jboss-cvs] JBossAS SVN: r104924 - in branches/JBPAPP_5_1/testsuite/imports: sections and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 18 06:35:45 EDT 2010


Author: istudens at redhat.com
Date: 2010-05-18 06:35:44 -0400 (Tue, 18 May 2010)
New Revision: 104924

Modified:
   branches/JBPAPP_5_1/testsuite/imports/config/tests-crash-recovery.xml
   branches/JBPAPP_5_1/testsuite/imports/sections/jbossts.xml
Log:
fixed jbossts section, JBQA-2176

Modified: branches/JBPAPP_5_1/testsuite/imports/config/tests-crash-recovery.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/imports/config/tests-crash-recovery.xml	2010-05-18 10:30:49 UTC (rev 104923)
+++ branches/JBPAPP_5_1/testsuite/imports/config/tests-crash-recovery.xml	2010-05-18 10:35:44 UTC (rev 104924)
@@ -29,7 +29,7 @@
     |    ./build.sh tests-ts-crash-recovery -Djbossts.db=psql_8.3 -Djbossts.tstype=jts -Djbossts.tsdemarc=bmt -Djbossts.testcase=none.rev -Djbossts.target=crash-tests-single
     |
     | Usage for cluster tests:
-    |    ./build.sh tests-ts-crash-recovery -Dcrash.db=oracle_rac -Dcrash.tstype=jts -Dcrash.target=crash-tests-single-db-tstype 
+    |    ./build.sh tests-ts-crash-recovery -Djbossts.db=oracle_rac -Djbossts.tstype=jts -Djbossts.target=crash-tests-single-db-tstype 
     |
     | Note: If you want to force the wiping out any txs in doubt from DB before the test you can use the property -DwipeOutTxsInDoubtBeforeTest=true. 
     -->

Modified: branches/JBPAPP_5_1/testsuite/imports/sections/jbossts.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/imports/sections/jbossts.xml	2010-05-18 10:30:49 UTC (rev 104923)
+++ branches/JBPAPP_5_1/testsuite/imports/sections/jbossts.xml	2010-05-18 10:35:44 UTC (rev 104924)
@@ -8,7 +8,7 @@
          <fileset dir="${build.resources}/jbossts/crashrecovery">
             <include name="META-INF/*.xml"/>
          </fileset>
-         <fileset dir="${build.resources}/crashrecovery/resources">
+         <fileset dir="${build.resources}/jbossts/resources">
             <include name="java.policy"/>
          </fileset>
          <fileset dir="${build.classes}">




More information about the jboss-cvs-commits mailing list