[seam-commits] Seam SVN: r9485 - trunk/src/test/ftest.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Nov 3 19:05:31 EST 2008


Author: dan.j.allen
Date: 2008-11-03 19:05:31 -0500 (Mon, 03 Nov 2008)
New Revision: 9485

Modified:
   trunk/src/test/ftest/build.xml
Log:
fix comment about testing for a specific example


Modified: trunk/src/test/ftest/build.xml
===================================================================
--- trunk/src/test/ftest/build.xml	2008-11-04 00:02:32 UTC (rev 9484)
+++ trunk/src/test/ftest/build.xml	2008-11-04 00:05:31 UTC (rev 9485)
@@ -60,18 +60,18 @@
       <antcall target="stop.selenium.server">
       </antcall>
    </target>
-	
-	   <target name="test">
-	      <antcall target="start.selenium.server">
-	      </antcall>
 
-	      <!-- Execute tests for all examples-->
-	      <testexample name="${test}" />
+   <target name="test">
+      <antcall target="start.selenium.server">
+      </antcall>
 
-	      <antcall target="stop.selenium.server">
-	      </antcall>
-	   </target>
+      <!-- Execute tests for a specific example-->
+      <testexample name="${test}" />
 
+      <antcall target="stop.selenium.server">
+      </antcall>
+   </target>
+
    <target name="cleanall">
       <cleanexample name="booking" />
       <cleanexample name="dvdstore" />




More information about the seam-commits mailing list