From 26f962ba6070d5a6f54ce1276dfb91e5aa998db7 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Wed, 28 Feb 2007 01:08:50 +0000 Subject: [PATCH] o envars don't work with 2.1.x but work fine with 2.0.x so reactivate this test when running with 2.0.x git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@512538 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/maven/integrationtests/MavenIT0090Test.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0090Test.java b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0090Test.java index 740d154cbb..8cc5ceba4f 100644 --- a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0090Test.java +++ b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0090Test.java @@ -2,6 +2,7 @@ import org.apache.maven.it.Verifier; import org.apache.maven.it.util.ResourceExtractor; +import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException; import java.io.File; import java.util.HashMap; @@ -10,6 +11,11 @@ public class MavenIT0090Test extends AbstractMavenIntegrationTestCase { + public MavenIT0090Test() + throws InvalidVersionSpecificationException + { + super( "[,2.1-SNAPSHOT)" ); + } /** * Test that ensures that envars are interpolated correctly into plugin