o Fixed test to compensate for old mvn scripts which didn't properly report the exit code on Windows

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724781 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2008-12-09 17:05:34 +00:00
parent 24e5a7e09e
commit aa4c49bd66
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ public class MavenITmng3863AutoPluginGroupIdTest
try
{
verifier.executeGoal( "validate" );
verifier.verifyErrorFreeLog();
fail( "Validation step did not detect missing groupId for dependency" );
}
catch ( VerificationException e )