[seam-commits] Seam SVN: r11607 - branches/community/Seam_2_2/src/test/ftest/seamgen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Oct 21 06:12:33 EDT 2009


Author: kpiwko at redhat.com
Date: 2009-10-21 06:12:32 -0400 (Wed, 21 Oct 2009)
New Revision: 11607

Modified:
   branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml
Log:
Repaired invocation of icefaces deployed testsuite

Modified: branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml	2009-10-20 06:59:52 UTC (rev 11606)
+++ branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml	2009-10-21 10:12:32 UTC (rev 11607)
@@ -113,7 +113,7 @@
 		<run.selenium.test suite="icefaces-exploded" />
 	</target>
 	<target name="seam-gen.icefaces.testsuite.deployed" depends="build">
-		<run.selenium.test suite="icefaces-deploy" />
+		<run.selenium.test suite="icefaces-deployed" />
 	</target>
 
 	<target name="seam-gen.smoke.testsuite" depends="build" description="Run smoke testsuite">



More information about the seam-commits mailing list