[jboss-jira] [JBoss JIRA] (AS7-2038) TS: Tests grouping
Ondrej Zizka (Updated) (JIRA)
jira-events at lists.jboss.org
Fri Oct 7 07:21:16 EDT 2011
[ https://issues.jboss.org/browse/AS7-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ondrej Zizka updated AS7-2038:
------------------------------
Description:
{code}
@Test (groups = {"JMS", "XA"})
{code}
or the new style
{code}
@Category( Integration.class )
{code}
See 3.5.1 of https://docspace.corp.redhat.com/docs/DOC-74146
was:
{code}
@Test (groups = {"JMS", "XA"})
{code}
or the new style
{code}
@Category( Integration.class )
{code}
> TS: Tests grouping
> ------------------
>
> Key: AS7-2038
> URL: https://issues.jboss.org/browse/AS7-2038
> Project: Application Server 7
> Issue Type: Sub-task
> Components: Test Suite
> Affects Versions: 7.1.0.Alpha1
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
>
> {code}
> @Test (groups = {"JMS", "XA"})
> {code}
> or the new style
> {code}
> @Category( Integration.class )
> {code}
> See 3.5.1 of https://docspace.corp.redhat.com/docs/DOC-74146
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list