issue is marked as fixed in 2.1.0+

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@694095 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-09-11 02:50:53 +00:00
parent 0c969f37e4
commit 18e55a88d0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class MavenITmng3703ExecutionProjectWithRelativePathsTest
public MavenITmng3703ExecutionProjectWithRelativePathsTest()
throws InvalidVersionSpecificationException
{
super( "(2.0.9,)" ); // only test in 2.0.9+
super( "(2.0.99,)" ); // only test in 2.1.0+
}
public void testForkFromMojo()