MPDASHBOARD-22: Added aggregator totals to the HTML report.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@164229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<!-- Verify number of rows -->
|
||||
<ant:echo>Check nb of rows in the report</ant:echo>
|
||||
<x:set var="count" select="count($doc//body/section/table/tr)"/>
|
||||
<assert:assertEquals expected="4" value="${count.intValue().toString()}"/>
|
||||
<assert:assertEquals expected="5" value="${count.intValue().toString()}"/>
|
||||
|
||||
<!-- Verify number of columns. One column for the project name and one for the 28
|
||||
aggregators -->
|
||||
|
||||
Reference in New Issue
Block a user