fix version handling of new test

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@620346 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-02-10 22:16:34 +00:00
parent 5583d24573
commit 738dec649d
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ import java.util.List;
public class MavenITmng3099SettingsProfilesWithNoPOM
extends AbstractMavenIntegrationTestCase
{
public MavenITmng3099SettingsProfilesWithNoPOM()
throws InvalidVersionSpecificationException
{
super( "(2.0.8,)" ); // 2.0.9+
}
public void testitMNG3099 ()
throws Exception
{