From d0781415e76f8e5f575809dbf3738390d394b417 Mon Sep 17 00:00:00 2001 From: Benjamin Bentmann Date: Tue, 11 Aug 2009 14:01:14 +0000 Subject: [PATCH] o Fixed typos git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@803130 13f79535-47bb-0310-9956-ffa450edef68 --- .../maven/it/MavenITmng4291MojoRequiresOnlineModeTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4291MojoRequiresOnlineModeTest.java b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4291MojoRequiresOnlineModeTest.java index 0ebb16d84a..953588ee6b 100644 --- a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4291MojoRequiresOnlineModeTest.java +++ b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4291MojoRequiresOnlineModeTest.java @@ -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