You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/16 05:49:11 UTC

svn commit: r378161 - in /maven/maven-1/plugins/trunk/dashboard/src/plugin-test: maven.xml testIndividualReportsNotGeneratedByDashboard/project.xml

Author: ltheussl
Date: Wed Feb 15 20:49:07 2006
New Revision: 378161

URL: http://svn.apache.org/viewcvs?rev=378161&view=rev
Log:
Remove demoted jcoverage from test

Modified:
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml

Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml?rev=378161&r1=378160&r2=378161&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml Wed Feb 15 20:49:07 2006
@@ -182,14 +182,19 @@
     <ant:echo>  Check fbviolations report</ant:echo>
     <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}"/>
+    <!-- jcoverage has been demoted -->
     <!-- jcoveragelipc -->
+    <!--
     <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)"/>
     <assert:assertEquals expected="multiproject/testIndividualReportsNotGeneratedByDashboard/jcoverage/index.html" value="${URL}"/>
+    -->
     <!-- jcoverageloc -->
+    <!--
     <ant:echo>  Check jcoverageloc report</ant:echo>
     <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}"/>
+    -->
     <!-- tasklistclass -->
     <ant:echo>  Check tasklistclass report</ant:echo>
     <x:set var="URL" select="string($doc/document/body/section/table/tr[3]/td[20]/a/@href)"/>

Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml?rev=378161&r1=378160&r2=378161&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml Wed Feb 15 20:49:07 2006
@@ -39,7 +39,6 @@
     <report>maven-findbugs-plugin</report>
     <report>maven-junit-report-plugin</report>
     <report>maven-simian-plugin</report>
-    <report>maven-jcoverage-plugin</report>
     <report>maven-tasklist-plugin</report>
     <report>maven-javancss-plugin</report>
     <report>maven-jira-plugin</report>