[ http://jira.codehaus.org/browse/SUREFIRE-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Herve Boutemy updated SUREFIRE-484: ----------------------------------- Fix Version/s: (was: 2.5) 2.4.3 > Don't output empty tables > ------------------------- > > Key: SUREFIRE-484 > URL: http://jira.codehaus.org/browse/SUREFIRE-484 > Project: Maven Surefire > Issue Type: Improvement > Components: report plugin > Affects Versions: 2.4.2 > Reporter: Benjamin Bentmann > Assignee: Benjamin Bentmann > Priority: Minor > Fix For: 2.4.3 > > > This makes creating a nice custom skin difficult: > {code:java} > private void sinkLineBreak( Sink sink ) > { > sink.table(); > sink.tableRow(); > sink.tableRow_(); > sink.tableRow(); > sink.tableRow_(); > sink.table_(); > } > {code} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira