[seam-commits] Seam SVN: r10816 - branches/community/Seam_2_1/src/test/ftest/seamgen.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 6 08:07:39 EDT 2009
Author: jharting
Date: 2009-05-06 08:07:38 -0400 (Wed, 06 May 2009)
New Revision: 10816
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 09:58:08 UTC (rev 10815)
+++ branches/community/Seam_2_1/src/test/ftest/seamgen/build.xml 2009-05-06 12:07:38 UTC (rev 10816)
@@ -94,7 +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="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