Author: manik.surtani(a)jboss.com
Date: 2008-04-02 06:19:08 -0400 (Wed, 02 Apr 2008)
New Revision: 5491
Modified:
core/trunk/README-Maven.txt
Log:
Documented "integration" as a test group
Modified: core/trunk/README-Maven.txt
===================================================================
--- core/trunk/README-Maven.txt 2008-04-02 08:29:46 UTC (rev 5490)
+++ core/trunk/README-Maven.txt 2008-04-02 10:19:08 UTC (rev 5491)
@@ -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.
Show replies by date