o Updated version range now that issue is fixed

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@784550 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-06-14 12:37:21 +00:00
parent 0ef6828467
commit 807ec5b93b
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ public class MavenITmng4007PlatformFileSeparatorTest
* 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,)" ) )
{
assertPath( modelProps.getProperty( "project.reporting.outputDirectory" ) );
}