From 738dec649d7686e76fd5a15cc0d6620e0c6c0449 Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Sun, 10 Feb 2008 22:16:34 +0000 Subject: [PATCH] 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 --- .../MavenITmng3099SettingsProfilesWithNoPOM.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3099SettingsProfilesWithNoPOM.java b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3099SettingsProfilesWithNoPOM.java index 4464ca65f7..6677bf121a 100644 --- a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3099SettingsProfilesWithNoPOM.java +++ b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3099SettingsProfilesWithNoPOM.java @@ -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 {