Author: bentmann
Date: Tue Aug 11 14:01:14 2009
New Revision: 803130
URL: http://svn.apache.org/viewvc?rev=803130&view=rev
Log:
o Fixed typos
Modified:
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4291MojoRequiresOnlineModeTest.java
Modified:
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4291MojoRequiresOnlineModeTest.java
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4291MojoRequiresOnlineModeTest.java?rev=803130&r1=803129&r2=803130&view=diff
==============================================================================
---
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4291MojoRequiresOnlineModeTest.java
(original)
+++
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4291MojoRequiresOnlineModeTest.java
Tue Aug 11 14:01:14 2009
@@ -57,7 +57,7 @@
{
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 @@
/**
* 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