From ba47b6b7c9bf15429572446aaa4d4235fc207df0 Mon Sep 17 00:00:00 2001 From: John Dennis Casey Date: Wed, 12 Mar 2008 18:49:03 +0000 Subject: [PATCH] Fix the groupId for the C dependency in the MNG-2861 IT (also change the method name to reflect the proper MNG #) git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@636447 13f79535-47bb-0310-9956-ffa450edef68 --- .../MavenITmng2861RelocationsAndRanges.java | 15 +++++---------- .../MNG-2861/A/pom.xml | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2861RelocationsAndRanges.java b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2861RelocationsAndRanges.java index 1f42670705..9749877d05 100644 --- a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2861RelocationsAndRanges.java +++ b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2861RelocationsAndRanges.java @@ -1,14 +1,11 @@ package org.apache.maven.integrationtests; -import java.io.File; -import java.util.ArrayList; -import java.util.List; - import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException; -import org.apache.maven.integrationtests.AbstractMavenIntegrationTestCase; import org.apache.maven.it.Verifier; import org.apache.maven.it.util.ResourceExtractor; +import java.io.File; + public class MavenITmng2861RelocationsAndRanges extends AbstractMavenIntegrationTestCase @@ -18,11 +15,11 @@ public MavenITmng2861RelocationsAndRanges() { super( "(2.0.8,)" ); } - - public void testitMNG2123 () + + public void testitMNG2861 () throws Exception { - + // The testdir is computed from the location of this // file. @@ -43,8 +40,6 @@ public void testitMNG2123 () verifier.deleteArtifact( "org.apache.maven.its.mng2123", "B", "1.0-SNAPSHOT", "jar" ); verifier.deleteArtifact( "org.apache.maven.its.mng2123", "C", "1.0-SNAPSHOT", "jar" ); - List cliOptions = new ArrayList(); - cliOptions.add( "-N" ); verifier.executeGoal( "install" ); verifier.verifyErrorFreeLog(); diff --git a/its/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/A/pom.xml b/its/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/A/pom.xml index e0b49e0050..8aca01f789 100644 --- a/its/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/A/pom.xml +++ b/its/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/A/pom.xml @@ -16,7 +16,7 @@ 1.0-SNAPSHOT - test + org.apache.maven.its.mng2861 C 1.0-SNAPSHOT