Remove demoted jcoverage from test

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@378161 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-02-16 04:49:07 +00:00
parent 309e0aa126
commit 7d281afad6
2 changed files with 5 additions and 1 deletions

View File

@ -182,14 +182,19 @@
<ant:echo> Check fbviolations report</ant:echo> <ant:echo> Check fbviolations report</ant:echo>
<x:set var="URL" select="string($doc/document/body/section/table/tr[3]/td[17]/a/@href)"/> <x:set var="URL" select="string($doc/document/body/section/table/tr[3]/td[17]/a/@href)"/>
<assert:assertEquals expected="multiproject/testIndividualReportsNotGeneratedByDashboard/findbugs-report.html" value="${URL}"/> <assert:assertEquals expected="multiproject/testIndividualReportsNotGeneratedByDashboard/findbugs-report.html" value="${URL}"/>
<!-- jcoverage has been demoted -->
<!-- jcoveragelipc --> <!-- jcoveragelipc -->
<!--
<ant:echo> Check jcoveragelipc report</ant:echo> <ant:echo> Check jcoveragelipc report</ant:echo>
<x:set var="URL" select="string($doc/document/body/section/table/tr[3]/td[18]/table/tr[1]/td[1]/a/@href)"/> <x:set var="URL" select="string($doc/document/body/section/table/tr[3]/td[18]/table/tr[1]/td[1]/a/@href)"/>
<assert:assertEquals expected="multiproject/testIndividualReportsNotGeneratedByDashboard/jcoverage/index.html" value="${URL}"/> <assert:assertEquals expected="multiproject/testIndividualReportsNotGeneratedByDashboard/jcoverage/index.html" value="${URL}"/>
-->
<!-- jcoverageloc --> <!-- jcoverageloc -->
<!--
<ant:echo> Check jcoverageloc report</ant:echo> <ant:echo> Check jcoverageloc report</ant:echo>
<x:set var="URL" select="string($doc/document/body/section/table/tr[3]/td[19]/a/@href)"/> <x:set var="URL" select="string($doc/document/body/section/table/tr[3]/td[19]/a/@href)"/>
<assert:assertEquals expected="multiproject/testIndividualReportsNotGeneratedByDashboard/jcoverage/index.html" value="${URL}"/> <assert:assertEquals expected="multiproject/testIndividualReportsNotGeneratedByDashboard/jcoverage/index.html" value="${URL}"/>
-->
<!-- tasklistclass --> <!-- tasklistclass -->
<ant:echo> Check tasklistclass report</ant:echo> <ant:echo> Check tasklistclass report</ant:echo>
<x:set var="URL" select="string($doc/document/body/section/table/tr[3]/td[20]/a/@href)"/> <x:set var="URL" select="string($doc/document/body/section/table/tr[3]/td[20]/a/@href)"/>

View File

@ -39,7 +39,6 @@
<report>maven-findbugs-plugin</report> <report>maven-findbugs-plugin</report>
<report>maven-junit-report-plugin</report> <report>maven-junit-report-plugin</report>
<report>maven-simian-plugin</report> <report>maven-simian-plugin</report>
<report>maven-jcoverage-plugin</report>
<report>maven-tasklist-plugin</report> <report>maven-tasklist-plugin</report>
<report>maven-javancss-plugin</report> <report>maven-javancss-plugin</report>
<report>maven-jira-plugin</report> <report>maven-jira-plugin</report>