[seam-commits] Seam SVN: r15128 - branches/community/Seam_2_3/jboss-seam-gen/dist/test.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Sep 12 11:51:25 EDT 2012


Author: manaRH
Date: 2012-09-12 11:51:25 -0400 (Wed, 12 Sep 2012)
New Revision: 15128

Modified:
   branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt
Log:
JBSEAM-5023 fixed readme

Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt	2012-09-11 12:55:16 UTC (rev 15127)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt	2012-09-12 15:51:25 UTC (rev 15128)
@@ -1,9 +1,11 @@
 If you want to run tests using the Eclipse Junit plugin, you'll need to add
-these jars to the top of your TestNG classpath. Using the Run Dialog, select the
-test class to run, and select these entries from the project tree:
+all jars from lib/test/ directory to your classpath on the top of your project classpath.
+ Using the Run Dialog, select the test class to run, and select these entries from the project tree:
 
 lib/test/*.jar
 lib/*.jar
 
-Seam uses Arquillian in its integration testing. 
+Seam uses Arquillian in its integration testing and uses prepared result from test-build/ subdirectory when you
+run ant target:
+$ ant test 
 



More information about the seam-commits mailing list