[seam-commits] Seam SVN: r8127 - trunk/seam-gen/test and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 7 08:43:50 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-05-07 08:43:50 -0400 (Wed, 07 May 2008)
New Revision: 8127
Modified:
branches/Seam_2_0/seam-gen/test/readme.txt
trunk/seam-gen/test/readme.txt
Log:
JBSEAM-2945
Modified: branches/Seam_2_0/seam-gen/test/readme.txt
===================================================================
--- branches/Seam_2_0/seam-gen/test/readme.txt 2008-05-07 12:41:42 UTC (rev 8126)
+++ branches/Seam_2_0/seam-gen/test/readme.txt 2008-05-07 12:43:50 UTC (rev 8127)
@@ -1,9 +1,9 @@
If you want to run tests using the Eclipse TestNG plugin, you'll need to add
these jars to the top of your TestNG classpath. Using the Run Dialog, select
xml suite to run, and add /lib/test/jboss-embedded-all.jar,
-/lib/test/hibernate-all.jar, /lib/test/thirdparty-all.jar, /lib/embedded-api.jar,
-/lib/jboss-deployers.jar and /bootstrap as the first entries in the User
-classpath.
+/lib/test/hibernate-all.jar, /lib/test/thirdparty-all.jar, /lib/jboss-embedded-api.jar,
+/lib/jboss-deployers-client-spi.jar, /lib/jboss-deployers-core-spi.jar, and
+/bootstrap as the first entries in the User classpath.
To add tests to your project create a TestNG xml descriptor called *Test.xml e.g.
FooTest.xml next to your test classes and run ant test.
\ No newline at end of file
Modified: trunk/seam-gen/test/readme.txt
===================================================================
--- trunk/seam-gen/test/readme.txt 2008-05-07 12:41:42 UTC (rev 8126)
+++ trunk/seam-gen/test/readme.txt 2008-05-07 12:43:50 UTC (rev 8127)
@@ -1,9 +1,9 @@
If you want to run tests using the Eclipse TestNG plugin, you'll need to add
these jars to the top of your TestNG classpath. Using the Run Dialog, select
xml suite to run, and add /lib/test/jboss-embedded-all.jar,
-/lib/test/hibernate-all.jar, /lib/test/thirdparty-all.jar, /lib/embedded-api.jar,
-/lib/jboss-deployers.jar and /bootstrap as the first entries in the User
-classpath.
+/lib/test/hibernate-all.jar, /lib/test/thirdparty-all.jar, /lib/jboss-embedded-api.jar,
+/lib/jboss-deployers-client-spi.jar, /lib/jboss-deployers-core-spi.jar, and
+/bootstrap as the first entries in the User classpath.
To add tests to your project create a TestNG xml descriptor called *Test.xml e.g.
FooTest.xml next to your test classes and run ant test.
\ No newline at end of file
More information about the seam-commits
mailing list