mirror of https://github.com/apache/maven.git
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:
parent
0ef6828467
commit
807ec5b93b
|
@ -79,8 +79,8 @@ public class MavenITmng4007PlatformFileSeparatorTest
|
||||||
* NOTE: The script source directory is deliberately excluded from the checks due to MNG-3741.
|
* NOTE: The script source directory is deliberately excluded from the checks due to MNG-3741.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// FIXME: MNG-3877
|
// MNG-3877
|
||||||
if ( matchesVersionRange( "(4,)" ) )
|
if ( matchesVersionRange( "[3.0-alpha-3,)" ) )
|
||||||
{
|
{
|
||||||
assertPath( modelProps.getProperty( "project.reporting.outputDirectory" ) );
|
assertPath( modelProps.getProperty( "project.reporting.outputDirectory" ) );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue