[ http://jira.codehaus.org/browse/SUREFIRE-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benjamin Bentmann closed SUREFIRE-484. -------------------------------------- Assignee: Benjamin Bentmann Resolution: Fixed Fix Version/s: 2.5 Fixed in [r649316|http://svn.apache.org/viewvc?view=rev&revision=649316]. > 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.5 > > > 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