Skip to content

Commit

Permalink
Fix tests for Maven 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Feb 11, 2013
1 parent fe8938a commit 1a2901b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions jacoco-maven-plugin.test/it/it-check-fails-hault/verify.bsh
Expand Up @@ -21,8 +21,3 @@ if ( buildLog.indexOf( "Coverage checks have not been met." ) < 0 ) {
if ( buildLog.indexOf( "Insufficient code coverage for" ) < 0 ) {
throw new RuntimeException( "Should have displayed insufficient code coverage messages." );
}

if ( buildLog.indexOf( "BUILD FAILURE" ) < 0 ) {
throw new RuntimeException( "Build failed but it should have succeeded." );
}

Expand Up @@ -21,8 +21,3 @@ if ( buildLog.indexOf( "Coverage checks have not been met." ) < 0 ) {
if ( buildLog.indexOf( "Insufficient code coverage for" ) < 0 ) {
throw new RuntimeException( "Should have displayed insufficient code coverage messages." );
}

if ( buildLog.indexOf( "BUILD SUCCESS" ) < 0 ) {
throw new RuntimeException( "Build failed but it should have succeeded." );
}

0 comments on commit 1a2901b

Please sign in to comment.