[jboss-cvs] jboss-seam/seam-gen/test ...
Peter Muir
peter at bleepbleep.org.uk
Tue Oct 30 06:00:04 EDT 2007
User: pmuir
Date: 07/10/30 06:00:04
Modified: seam-gen/test readme.txt
Log:
bootstrap needs to be on the classpath
Revision Changes Path
1.4 +4 -3 jboss-seam/seam-gen/test/readme.txt
(In the diff below, changes in quantity of whitespace are not shown.)
Index: readme.txt
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/test/readme.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- readme.txt 30 Oct 2007 09:58:20 -0000 1.3
+++ readme.txt 30 Oct 2007 10:00:04 -0000 1.4
@@ -1,8 +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 and
-lib/jboss-deployers.jar as the first entries in the User classpath.
+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.
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 jboss-cvs-commits
mailing list