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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Jul 19 07:45:16 EDT 2010


Author: plenyi at redhat.com
Date: 2010-07-19 07:45:15 -0400 (Mon, 19 Jul 2010)
New Revision: 13443

Modified:
   branches/community/Seam_2_2/src/test/ftest/readme.txt
Log:
Updated ftest readme file.

Modified: branches/community/Seam_2_2/src/test/ftest/readme.txt
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/readme.txt	2010-07-19 06:59:49 UTC (rev 13442)
+++ branches/community/Seam_2_2/src/test/ftest/readme.txt	2010-07-19 11:45:15 UTC (rev 13443)
@@ -32,6 +32,8 @@
 * Set jboss*.home properties in ftest.properties to point to your application server locations
 * Set tomcat.home in ftest.properties to be able to run tests on plain Tomcat
 * Set jboss-embedded.home in ftest.properties to be able to run tests on Tomcat (with JBoss Embedded)
+* Check if testng jar file was downloaded - its location should be $SEAM_HOME/lib/ (if not, tests will miss some classes and fail)
+  - if there is no testng jar file, change to the $SEAM_HOME directory and run "ant copyseamdependencies"
 
   To run all the functional tests run:
   * "ant testall" for JBoss AS 5



More information about the seam-commits mailing list