aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2018-08-17 13:44:37 +0200
committerEvgeny Mandrikov <mandrikov@gmail.com>2018-08-17 16:38:53 +0200
commit3208aad8a26528558fafe5f1b44f9d1525c1c9d0 (patch)
tree42927201ab53dc78161cc70584078614cb0a249d
parent146526006670ec200c25a4efd100fe35d01a7aa0 (diff)
downloadjacoco-3208aad8a26528558fafe5f1b44f9d1525c1c9d0.tar.gz
Fix typo
-rw-r--r--jacoco-maven-plugin.test/it/it-report-aggregate/verify.bsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jacoco-maven-plugin.test/it/it-report-aggregate/verify.bsh b/jacoco-maven-plugin.test/it/it-report-aggregate/verify.bsh
index 8cdcd272..9c2d6c9d 100644
--- a/jacoco-maven-plugin.test/it/it-report-aggregate/verify.bsh
+++ b/jacoco-maven-plugin.test/it/it-report-aggregate/verify.bsh
@@ -23,7 +23,7 @@ if ( !Pattern.compile( "Loading execution data file \\S*child1-test.target.jacoc
}
if ( !new File( basedir, "child2/target/jacoco.exec" ).isFile()) {
- throw new RuntimeException( "No execution data in child2v2." );
+ throw new RuntimeException( "No execution data in child2." );
}
if ( Pattern.compile( "Loading execution data file \\S*child2.target.jacoco.exec").matcher( buildLog ).find() ) {
throw new RuntimeException( "Execution data from child2 was loaded, whereas range should exclude it." );