From 80bc3d4872511df7f32fb9aa7fda4b4f8a9a2820 Mon Sep 17 00:00:00 2001 From: Brian E Fox Date: Wed, 26 Mar 2008 02:44:42 +0000 Subject: [PATCH] rename it folder to match others git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@641121 13f79535-47bb-0310-9956-ffa450edef68 --- .../MavenITmng3426PluginsClasspathOverrideTest.java | 2 +- .../{MNG-2289 => mng2289-useNewParentSnapshots}/issue/pom.xml | 0 .../issue/src/main/java/mng/Issue2289.java | 0 .../{MNG-2289 => mng2289-useNewParentSnapshots}/parent/pom1.xml | 0 .../{MNG-2289 => mng2289-useNewParentSnapshots}/parent/pom2.xml | 0 .../{MNG-2289 => mng2289-useNewParentSnapshots}/test.sh | 0 .../{MNG-3426 => mng3426-overridingPluginDependency}/pom.xml | 0 .../{MNG-3426 => mng3426-overridingPluginDependency}/readme.txt | 0 .../src/main/castor/castorbuilder.properties | 0 .../src/main/castor/test.xsd | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename its/core-integration-tests/src/test/resources/{MNG-2289 => mng2289-useNewParentSnapshots}/issue/pom.xml (100%) rename its/core-integration-tests/src/test/resources/{MNG-2289 => mng2289-useNewParentSnapshots}/issue/src/main/java/mng/Issue2289.java (100%) rename its/core-integration-tests/src/test/resources/{MNG-2289 => mng2289-useNewParentSnapshots}/parent/pom1.xml (100%) rename its/core-integration-tests/src/test/resources/{MNG-2289 => mng2289-useNewParentSnapshots}/parent/pom2.xml (100%) rename its/core-integration-tests/src/test/resources/{MNG-2289 => mng2289-useNewParentSnapshots}/test.sh (100%) rename its/core-integration-tests/src/test/resources/{MNG-3426 => mng3426-overridingPluginDependency}/pom.xml (100%) rename its/core-integration-tests/src/test/resources/{MNG-3426 => mng3426-overridingPluginDependency}/readme.txt (100%) rename its/core-integration-tests/src/test/resources/{MNG-3426 => mng3426-overridingPluginDependency}/src/main/castor/castorbuilder.properties (100%) rename its/core-integration-tests/src/test/resources/{MNG-3426 => mng3426-overridingPluginDependency}/src/main/castor/test.xsd (100%) diff --git a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3426PluginsClasspathOverrideTest.java b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3426PluginsClasspathOverrideTest.java index 56770f8c64..91a8240195 100644 --- a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3426PluginsClasspathOverrideTest.java +++ b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3426PluginsClasspathOverrideTest.java @@ -49,7 +49,7 @@ public void testitMNG3426 () // The testdir is computed from the location of this // file. - File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/MNG-3426" ); + File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng3426-overridingPluginDependency" ); Verifier verifier = new Verifier( testDir.getAbsolutePath() ); List cliOptions = new ArrayList(); diff --git a/its/core-integration-tests/src/test/resources/MNG-2289/issue/pom.xml b/its/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/issue/pom.xml similarity index 100% rename from its/core-integration-tests/src/test/resources/MNG-2289/issue/pom.xml rename to its/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/issue/pom.xml diff --git a/its/core-integration-tests/src/test/resources/MNG-2289/issue/src/main/java/mng/Issue2289.java b/its/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/issue/src/main/java/mng/Issue2289.java similarity index 100% rename from its/core-integration-tests/src/test/resources/MNG-2289/issue/src/main/java/mng/Issue2289.java rename to its/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/issue/src/main/java/mng/Issue2289.java diff --git a/its/core-integration-tests/src/test/resources/MNG-2289/parent/pom1.xml b/its/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/parent/pom1.xml similarity index 100% rename from its/core-integration-tests/src/test/resources/MNG-2289/parent/pom1.xml rename to its/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/parent/pom1.xml diff --git a/its/core-integration-tests/src/test/resources/MNG-2289/parent/pom2.xml b/its/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/parent/pom2.xml similarity index 100% rename from its/core-integration-tests/src/test/resources/MNG-2289/parent/pom2.xml rename to its/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/parent/pom2.xml diff --git a/its/core-integration-tests/src/test/resources/MNG-2289/test.sh b/its/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/test.sh similarity index 100% rename from its/core-integration-tests/src/test/resources/MNG-2289/test.sh rename to its/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/test.sh diff --git a/its/core-integration-tests/src/test/resources/MNG-3426/pom.xml b/its/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/pom.xml similarity index 100% rename from its/core-integration-tests/src/test/resources/MNG-3426/pom.xml rename to its/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/pom.xml diff --git a/its/core-integration-tests/src/test/resources/MNG-3426/readme.txt b/its/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/readme.txt similarity index 100% rename from its/core-integration-tests/src/test/resources/MNG-3426/readme.txt rename to its/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/readme.txt diff --git a/its/core-integration-tests/src/test/resources/MNG-3426/src/main/castor/castorbuilder.properties b/its/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/src/main/castor/castorbuilder.properties similarity index 100% rename from its/core-integration-tests/src/test/resources/MNG-3426/src/main/castor/castorbuilder.properties rename to its/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/src/main/castor/castorbuilder.properties diff --git a/its/core-integration-tests/src/test/resources/MNG-3426/src/main/castor/test.xsd b/its/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/src/main/castor/test.xsd similarity index 100% rename from its/core-integration-tests/src/test/resources/MNG-3426/src/main/castor/test.xsd rename to its/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/src/main/castor/test.xsd