[jboss-cvs] JBossAS SVN: r104922 - in branches/JBPAPP_5_1/testsuite: imports/config and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue May 18 06:20:55 EDT 2010
Author: istudens at redhat.com
Date: 2010-05-18 06:20:54 -0400 (Tue, 18 May 2010)
New Revision: 104922
Modified:
branches/JBPAPP_5_1/testsuite/.classpath
branches/JBPAPP_5_1/testsuite/.project
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/.classpath
===================================================================
--- branches/JBPAPP_5_1/testsuite/.classpath 2010-05-18 08:49:18 UTC (rev 104921)
+++ branches/JBPAPP_5_1/testsuite/.classpath 2010-05-18 10:20:54 UTC (rev 104922)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="org/jboss/test/recover/derby/EmbeddedDerbyRecoverable.java|org/jboss/test/recover/oracle/OracleRecoverable.java|org/jboss/test/security/test/HttpsUnitTestCase.java" kind="src" path="src/main"/>
+ <classpathentry excluding="org/jboss/test/recover/derby/EmbeddedDerbyRecoverable.java|org/jboss/test/recover/oracle/OracleRecoverable.java|org/jboss/test/security/test/HttpsUnitTestCase.java|org/jboss/test/xslt/support/XalanCheckMBean.java|org/jboss/test/xslt/support/XalanCheck.java" kind="src" path="src/main"/>
<classpathentry kind="src" path="output/gen-src"/>
<classpathentry kind="lib" path="src/resources"/>
<classpathentry kind="src" path="/aspects"/>
Modified: branches/JBPAPP_5_1/testsuite/.project
===================================================================
--- branches/JBPAPP_5_1/testsuite/.project 2010-05-18 08:49:18 UTC (rev 104921)
+++ branches/JBPAPP_5_1/testsuite/.project 2010-05-18 10:20:54 UTC (rev 104922)
@@ -26,6 +26,11 @@
</projects>
<buildSpec>
<buildCommand>
+ <name>org.eclipse.wst.common.project.facet.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
@@ -39,5 +44,6 @@
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>com.tssap.selena.cmf.PatternNature</nature>
+ <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
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 08:49:18 UTC (rev 104921)
+++ branches/JBPAPP_5_1/testsuite/imports/config/tests-crash-recovery.xml 2010-05-18 10:20:54 UTC (rev 104922)
@@ -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 08:49:18 UTC (rev 104921)
+++ branches/JBPAPP_5_1/testsuite/imports/sections/jbossts.xml 2010-05-18 10:20:54 UTC (rev 104922)
@@ -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/crashrecovery/resources">
<include name="java.policy"/>
</fileset>
<fileset dir="${build.classes}">
More information about the jboss-cvs-commits
mailing list