From 807ec5b93b01302d704adfe59076d07ab7bccfdc Mon Sep 17 00:00:00 2001 From: Benjamin Bentmann Date: Sun, 14 Jun 2009 12:37:21 +0000 Subject: [PATCH] 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 --- .../maven/it/MavenITmng4007PlatformFileSeparatorTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4007PlatformFileSeparatorTest.java b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4007PlatformFileSeparatorTest.java index a3b6ebcde4..e7262f90e0 100644 --- a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4007PlatformFileSeparatorTest.java +++ b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4007PlatformFileSeparatorTest.java @@ -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" ) ); }