[jboss-cvs] JBossAS SVN: r101165 - branches/Branch_Hornet_Temporary_2/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Feb 19 09:41:22 EST 2010
Author: clebert.suconic at jboss.com
Date: 2010-02-19 09:41:22 -0500 (Fri, 19 Feb 2010)
New Revision: 101165
Modified:
branches/Branch_Hornet_Temporary_2/testsuite/build.xml
Log:
fixing tests
Modified: branches/Branch_Hornet_Temporary_2/testsuite/build.xml
===================================================================
--- branches/Branch_Hornet_Temporary_2/testsuite/build.xml 2010-02-19 14:40:16 UTC (rev 101164)
+++ branches/Branch_Hornet_Temporary_2/testsuite/build.xml 2010-02-19 14:41:22 UTC (rev 101165)
@@ -1227,7 +1227,7 @@
<property name="nojars" value="true"/>
<antcall target="jboss-minimal-tests" inheritRefs="true"/>
<antcall target="jboss-all-config-tests" inheritRefs="true"/>
- <antcall target="tests-profileservice" inheritRefs="true"/>
+ <!-- <antcall target="tests-profileservice" inheritRefs="true"/> temporarily removed -->
<antcall target="tests-bootstrap-dependencies" inheritRefs="true"/>
<antcall target="tests-springdeployer" inheritRefs="true"/>
@@ -1247,7 +1247,7 @@
<antcall target="tests-security-jaspi-unit"/>
-->
<antcall target="tests-jbossmessaging" inheritRefs="true"/>
- <antcall target="tests-jbossmessaging-cluster" inheritRefs="true"/>
+ <!-- <antcall target="tests-jbossmessaging-cluster" inheritRefs="true"/> removed for good, remove this on merge -->
<!-- JBAS-7154
<antcall target="tests-compatibility" inheritRefs="true"/>
-->
More information about the jboss-cvs-commits
mailing list