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 _______________________________________________ seam-commits mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-commits
