Author: thomas.heute(a)jboss.com
Date: 2008-10-28 10:29:21 -0400 (Tue, 28 Oct 2008)
New Revision: 12200
Modified:
tags/JBoss_Portal_2_7_0/testsuite/build.xml
Log:
Removing CMS tests
Modified: tags/JBoss_Portal_2_7_0/testsuite/build.xml
===================================================================
--- tags/JBoss_Portal_2_7_0/testsuite/build.xml 2008-10-28 14:06:09 UTC (rev 12199)
+++ tags/JBoss_Portal_2_7_0/testsuite/build.xml 2008-10-28 14:29:21 UTC (rev 12200)
@@ -107,9 +107,6 @@
<sequential>
<antcall target="agent-deploy"/>
<antcall target="internal-test-module">
- <param name="module" value="cms"/>
- </antcall>
- <antcall target="internal-test-module">
<param name="module" value="faces"/>
</antcall>
<antcall target="internal-test-module">
@@ -155,8 +152,6 @@
<target name="clean">
<!-- remove generated test xml files -->
<delete>
- <fileset dir="../cms" includes="output/tests/*.log"/>
- <fileset dir="../cms"
includes="output/tests/TEST-*.xml,output/tests/TEST-*.txt"/>
<fileset dir="../core"
includes="output/tests/*.log"/>
<fileset dir="../core"
includes="output/tests/TEST-*.xml,output/tests/TEST-*.txt"/>
<fileset dir="../faces" includes="*.log"/>
Show replies by date