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:
vmassol
2005-04-22 12:50:52 +00:00
parent b12eb6c0cd
commit 1cf551d437
3 changed files with 17 additions and 1 deletions

View File

@@ -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 -->