[seam-commits] Seam SVN: r10817 - branches/community/Seam_2_1/src/test/ftest/seamgen.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 6 09:24:57 EDT 2009
Author: jharting
Date: 2009-05-06 09:24:57 -0400 (Wed, 06 May 2009)
New Revision: 10817
Modified:
branches/community/Seam_2_1/src/test/ftest/seamgen/build.xml
Log:
JBQA-2232 prepare seam-gen tests to run in CI
Modified: branches/community/Seam_2_1/src/test/ftest/seamgen/build.xml
===================================================================
--- branches/community/Seam_2_1/src/test/ftest/seamgen/build.xml 2009-05-06 12:07:38 UTC (rev 10816)
+++ branches/community/Seam_2_1/src/test/ftest/seamgen/build.xml 2009-05-06 13:24:57 UTC (rev 10817)
@@ -94,8 +94,8 @@
<macrodef name="run.selenium.test">
<attribute name="suite" />
<sequential>
- <ant antfile="${seam.dir}/build.xml" target="copyseam"/>
- <ant antfile="${seam.dir}/build.xml" target="copyseamdependencies"/>
+ <!--<ant antfile="${seam.dir}/build.xml" target="copyseam"/>
+ <ant antfile="${seam.dir}/build.xml" target="copyseamdependencies"/>-->
<taskdef resource="testngtasks" classpathref="classpath.test" />
<!-- execute testng tests -->
<testng haltonfailure="false" outputdir="${test.output.dir}" classpathref="classpath.test">
More information about the seam-commits
mailing list