Author: manik.surtani(a)jboss.com
Date: 2008-04-02 06:20:24 -0400 (Wed, 02 Apr 2008)
New Revision: 5492
Modified:
core/branches/2.1.X/README-Maven.txt
Log:
Documented integration as a valid test group
Modified: core/branches/2.1.X/README-Maven.txt
===================================================================
--- core/branches/2.1.X/README-Maven.txt 2008-04-02 10:19:08 UTC (rev 5491)
+++ core/branches/2.1.X/README-Maven.txt 2008-04-02 10:20:24 UTC (rev 5492)
@@ -116,6 +116,7 @@
* jgroups - Tests which need to send data on a JGroups Channel
* transaction - Tests which use a transaction manager
* profiling - Tests used for manual profiling, not meant for automated test runs
+* integration - Integration tests emulating usage patterns for specific products such as
JBoss AS Clustering and Hibernate clustering
It should be noted that every test (except those not intended to be run by Hudson) should
at least be in the functional
group, since this is the default test group that is executed by maven, and the one that
is required to prepare a release.