Author: brett Date: Wed Sep 10 19:54:35 2008 New Revision: 694096 URL: http://svn.apache.org/viewvc?rev=694096&view=rev Log: tests marked as fixed for 2.1.0+
Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2562Timestamp.java maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3475BaseAlignedDir.java maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3536AppendedAbsolutePaths.java Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2562Timestamp.java URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2562Timestamp.java?rev=694096&r1=694095&r2=694096&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2562Timestamp.java (original) +++ maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2562Timestamp.java Wed Sep 10 19:54:35 2008 @@ -7,12 +7,12 @@ import java.io.File; public class MavenITmng2562Timestamp extends AbstractMavenIntegrationTestCase { - - public MavenITmng2562Timestamp() - throws InvalidVersionSpecificationException - { - super( "(2.0.9,)"); - } + + public MavenITmng2562Timestamp() + throws InvalidVersionSpecificationException + { + super( "(2.0.99,)"); // 2.1.0+ only + } public void testitMNG2562() throws Exception { File testDir = ResourceExtractor.simpleExtractResources(getClass(), Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3475BaseAlignedDir.java URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3475BaseAlignedDir.java?rev=694096&r1=694095&r2=694096&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3475BaseAlignedDir.java (original) +++ maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3475BaseAlignedDir.java Wed Sep 10 19:54:35 2008 @@ -9,12 +9,12 @@ public class MavenITmng3475BaseAlignedDir extends AbstractMavenIntegrationTestCase { - - public MavenITmng3475BaseAlignedDir() - throws InvalidVersionSpecificationException - { - super( "(2.0.9,)"); - } + + public MavenITmng3475BaseAlignedDir() + throws InvalidVersionSpecificationException + { + super( "(2.0.99,)"); // 2.1.0+ only + } public void testitMNG3475() throws Exception Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java?rev=694096&r1=694095&r2=694096&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java (original) +++ maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java Wed Sep 10 19:54:35 2008 @@ -15,7 +15,7 @@ public MavenITmng3535SelfReferentialProperties() throws InvalidVersionSpecificationException { - super( "(2.0.9,)" ); + super( "(2.0.99,)" ); // 2.1.0+ only } public void testitMNG3535_ShouldSucceed() Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3536AppendedAbsolutePaths.java URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3536AppendedAbsolutePaths.java?rev=694096&r1=694095&r2=694096&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3536AppendedAbsolutePaths.java (original) +++ maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3536AppendedAbsolutePaths.java Wed Sep 10 19:54:35 2008 @@ -7,12 +7,12 @@ import java.io.File; public class MavenITmng3536AppendedAbsolutePaths extends AbstractMavenIntegrationTestCase { - - public MavenITmng3536AppendedAbsolutePaths() - throws InvalidVersionSpecificationException - { - super( "(2.0.9,)"); - } + + public MavenITmng3536AppendedAbsolutePaths() + throws InvalidVersionSpecificationException + { + super( "(2.0.99,)"); // 2.1.0+ only + } public void testitMNG3536() throws Exception { File testDir = ResourceExtractor.simpleExtractResources( getClass(),