[seam-commits] Seam SVN: r13448 - branches/enterprise/JBPAPP_5_0_1_JBPAPP-4385/src/test/ftest.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jul 20 06:44:44 EDT 2010


Author: plenyi at redhat.com
Date: 2010-07-20 06:44:44 -0400 (Tue, 20 Jul 2010)
New Revision: 13448

Modified:
   branches/enterprise/JBPAPP_5_0_1_JBPAPP-4385/src/test/ftest/readme.txt
Log:
Updated ftest readme file.

Modified: branches/enterprise/JBPAPP_5_0_1_JBPAPP-4385/src/test/ftest/readme.txt
===================================================================
--- branches/enterprise/JBPAPP_5_0_1_JBPAPP-4385/src/test/ftest/readme.txt	2010-07-20 08:48:55 UTC (rev 13447)
+++ branches/enterprise/JBPAPP_5_0_1_JBPAPP-4385/src/test/ftest/readme.txt	2010-07-20 10:44:44 UTC (rev 13448)
@@ -31,6 +31,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