[jboss-jira] [JBoss JIRA] (AS7-4080) @Ignored tests (tracking)
Ondrej Zizka (JIRA)
jira-events at lists.jboss.org
Wed Mar 7 09:49:36 EST 2012
[ https://issues.jboss.org/browse/AS7-4080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ondrej Zizka updated AS7-4080:
------------------------------
Description:
{code}
git grep @Ignore | sed 's#.*@Ignore("[^A-Z0-9]*\([A-Z37]\+-[0-9]\+\)[^0-9]*")#\1#g'
{code}
Or, with files:
{code}
git grep @Ignore | sed 's#\(.*: \).*@Ignore("[^A-Z0-9]*\([A-Z37]\+-[0-9]\+\)[^0-9]*")#\1 \2#g'
{code}
> @Ignored tests (tracking)
> -------------------------
>
> Key: AS7-4080
> URL: https://issues.jboss.org/browse/AS7-4080
> Project: Application Server 7
> Issue Type: Tracker
> Components: Test Suite
> Affects Versions: 7.1.1.Final
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
> Fix For: 7.1.2.Final
>
>
> {code}
> git grep @Ignore | sed 's#.*@Ignore("[^A-Z0-9]*\([A-Z37]\+-[0-9]\+\)[^0-9]*")#\1#g'
> {code}
> Or, with files:
> {code}
> git grep @Ignore | sed 's#\(.*: \).*@Ignore("[^A-Z0-9]*\([A-Z37]\+-[0-9]\+\)[^0-9]*")#\1 \2#g'
> {code}
--
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