aboutsummaryrefslogtreecommitdiff
path: root/jacoco-maven-plugin.test/it/it-site-failsafe/verify.bsh
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2016-04-19 13:22:01 +0200
committerEvgeny Mandrikov <Godin@users.noreply.github.com>2016-04-19 13:22:01 +0200
commitc181f60ce08ec9b0a6f59a2391c33c41bca8f1c0 (patch)
tree714c1ffa8b66fde4037131aade0269f63c8a40b6 /jacoco-maven-plugin.test/it/it-site-failsafe/verify.bsh
parentbac679b3ae6363f1d610e705139f0e1964b319ea (diff)
downloadjacoco-c181f60ce08ec9b0a6f59a2391c33c41bca8f1c0.tar.gz
GitHub #388: New Maven goal "report-aggregate" to create reports for multi-module projects
Diffstat (limited to 'jacoco-maven-plugin.test/it/it-site-failsafe/verify.bsh')
-rw-r--r--jacoco-maven-plugin.test/it/it-site-failsafe/verify.bsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jacoco-maven-plugin.test/it/it-site-failsafe/verify.bsh b/jacoco-maven-plugin.test/it/it-site-failsafe/verify.bsh
index 00a7667c..458148bd 100644
--- a/jacoco-maven-plugin.test/it/it-site-failsafe/verify.bsh
+++ b/jacoco-maven-plugin.test/it/it-site-failsafe/verify.bsh
@@ -13,7 +13,7 @@ import java.io.*;
import org.codehaus.plexus.util.*;
String projectReportsPage = FileUtils.fileRead( new File( basedir, "target/site/project-reports.html" ) );
-if ( projectReportsPage.indexOf( "JaCoCo Test Coverage Report." ) < 0 ) {
+if ( projectReportsPage.indexOf( "JaCoCo Coverage Report." ) < 0 ) {
throw new RuntimeException( "project-reports.html does not contain link to JaCoCo report" );
}