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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Aug 11 07:28:22 EDT 2009


Author: jharting
Date: 2009-08-11 07:28:22 -0400 (Tue, 11 Aug 2009)
New Revision: 11363

Modified:
   branches/community/Seam_2_2/src/test/ftest/build.xml
Log:
JBQA-2500 Added functional tests for metawidget examples to the testall target

Modified: branches/community/Seam_2_2/src/test/ftest/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/build.xml	2009-08-11 09:06:34 UTC (rev 11362)
+++ branches/community/Seam_2_2/src/test/ftest/build.xml	2009-08-11 11:28:22 UTC (rev 11363)
@@ -107,6 +107,9 @@
 		<testexample name="jpa" />
 		<testexample name="mail" />
 		<testexample name="messages" />
+		<testexample name="metawidget/booking" />
+		<testexample name="metawidget/dvdstore" />
+		<testexample name="metawidget/groovybooking" />
 		<testexample name="nestedbooking" />
 		<testexample name="numberguess" />
 		<testexample name="openid" />
@@ -204,6 +207,9 @@
 		<cleanexample name="jpa" />
 		<cleanexample name="mail" />
 		<cleanexample name="messages" />
+		<cleanexample name="metawidget/booking" />
+		<cleanexample name="metawidget/dvdstore" />
+		<cleanexample name="metawidget/groovybooking" />
 		<cleanexample name="nestedbooking" />
 		<cleanexample name="numberguess" />
 		<cleanexample name="openid" />
@@ -238,6 +244,9 @@
 		<undeployexample name="jpa" />
 		<undeployexample name="mail" />
 		<undeployexample name="messages" />
+		<undeployexample name="metawidget/booking" />
+		<undeployexample name="metawidget/dvdstore" />
+		<undeployexample name="metawidget/groovybooking" />
 		<undeployexample name="nestedbooking" />
 		<undeployexample name="numberguess" />
 		<undeployexample name="openid" />



More information about the seam-commits mailing list