o Fixed typos

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@803130 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-08-11 14:01:14 +00:00
parent 1e527fea47
commit d0781415e7
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ public class MavenITmng4291MojoRequiresOnlineModeTest
{
verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-online:2.1-SNAPSHOT:touch" );
verifier.verifyErrorFreeLog();
fail( "Invalid packaging of parent POM did not fail the build." );
fail( "Request to execute online mojo during offline mode did not fail the build." );
}
catch ( VerificationException e )
{
@ -71,7 +71,7 @@ public class MavenITmng4291MojoRequiresOnlineModeTest
/**
* Test that the mojo annotation @requiresOnline is recognized. For a mojo invocation bound to a lifecycle phase,
* this means to skip the mojo when Maven is in offline mode but the mojo requires online model.
* this means to skip the mojo when Maven is in offline mode but the mojo requires online mode.
*/
public void testitLifecycleInvocation()
throws Exception