o Enabled test part for Maven 3.x

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@753363 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-03-13 19:26:08 +00:00
parent aade1cd99d
commit a76d5f9f81
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ public class MavenITmng3877BasedirAlignedModelTest
* NOTE: The script source directory is deliberately excluded from the checks due to MNG-3741.
*/
// FIXME: MNG-3877
if ( matchesVersionRange( "(4,)" ) )
// MNG-3877
if ( matchesVersionRange( "[3.0-alpha-3,)" ) )
{
assertPathEquals( testDir, "target/site", modelProps.getProperty( "project.reporting.outputDirectory" ) );
}