Author: bentmann
Date: Sun Jan  4 02:44:12 2009
New Revision: 731219

URL: http://svn.apache.org/viewvc?rev=731219&view=rev
Log:
o Renamed ITs to match corresponding JIRA issues

Added:
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0818WarDepsNotTransitiveTest.java
      - copied, changed from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0080Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0820ConflictResolutionTest.java
      - copied, changed from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0084Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0956ComponentInjectionViaProjectLevelPluginDepTest.java
      - copied, changed from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0081Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1088ReactorDepResolutionTest.java
      - copied, changed from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0082Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1233WarDepWithProvidedScopeTest.java
      - copied, changed from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0083Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1908LegacySnapshotUpdateTest.java
      - copied, changed from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0092Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-0818/
      - copied from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0080/
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-0820/
      - copied from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0084/
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-0956/
      - copied from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0081/
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-1088/
      - copied from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0082/
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-1233/
      - copied from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0083/
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-1908/
      - copied from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0092/
Removed:
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0080Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0081Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0082Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0083Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0084Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0092Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0080/
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0081/
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0082/
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0083/
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0084/
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0092/
Modified:
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0086Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0087Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0097Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3873MultipleExecutionGoalsTest.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3886ExecutionGoalsOrderTest.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3887PluginExecutionOrderTest.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3925MergedPluginExecutionOrderTest.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3937MergedPluginExecutionGoalsTest.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3938MergePluginExecutionsTest.java

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java?rev=731219&r1=731218&r2=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
 Sun Jan  4 02:44:12 2009
@@ -222,6 +222,7 @@
         suite.addTestSuite( 
MavenITmng2006ChildPathAwareUrlInheritanceTest.class );
         suite.addTestSuite( MavenITmng1999DefaultReportsInheritanceTest.class 
);
         suite.addTestSuite( 
MavenITmng1995InterpolateBooleanModelElementsTest.class );
+        suite.addTestSuite( MavenITmng1908LegacySnapshotUpdateTest.class );
         suite.addTestSuite( MavenITmng1830ShowVersionTest.class );
         suite.addTestSuite( MavenITmng1703PluginMgmtDepInheritanceTest.class );
         suite.addTestSuite( MavenITmng1493NonStandardModulePomNamesTest.class 
);
@@ -230,15 +231,20 @@
         suite.addTestSuite( MavenITmng1412DependenciesOrderTest.class );
         suite.addTestSuite( MavenITmng1349ChecksumFormatsTest.class );
         suite.addTestSuite( MavenITmng1323AntrunDependenciesTest.class );
+        suite.addTestSuite( MavenITmng1233WarDepWithProvidedScopeTest.class );
+        suite.addTestSuite( MavenITmng1088ReactorDepResolutionTest.class );
         suite.addTestSuite( MavenITmng1052PluginMngtConfigTest.class );
         suite.addTestSuite( MavenITmng1021EqualAttachmentBuildNumberTest.class 
);
         suite.addTestSuite( MavenITmng0985NonExecutedPluginMngtGoalsTest.class 
);
+        suite.addTestSuite( 
MavenITmng0956ComponentInjectionViaProjectLevelPluginDepTest.class );
         suite.addTestSuite( MavenITmng0932TestJarDeploymentTest.class );
         suite.addTestSuite( MavenITmng0866EvaluateDefaultValueTest.class );
         suite.addTestSuite( MavenITmng0851CustomPomFilenameTest.class );
         suite.addTestSuite( 
MavenITmng0848SystemPropOverridesDefaultValueTest.class );
         suite.addTestSuite( MavenITmng0836PluginParentResolutionTest.class );
         suite.addTestSuite( MavenITmng0823MojoContextPassingTest.class );
+        suite.addTestSuite( MavenITmng0820ConflictResolutionTest.class );
+        suite.addTestSuite( MavenITmng0818WarDepsNotTransitiveTest.class );
         suite.addTestSuite( MavenITmng0814ExplicitProfileActivationTest.class 
);
         suite.addTestSuite( MavenITmng0786ProfileAwareReactorTest.class );
         suite.addTestSuite( MavenITmng0781PluginConfigVsExecConfigTest.class );
@@ -280,16 +286,10 @@
         suite.addTestSuite( 
MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest.class );
         suite.addTestSuite( 
MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest.class );
         suite.addTestSuite( MavenIT0097Test.class );
-        suite.addTestSuite( MavenIT0092Test.class );
         suite.addTestSuite( MavenIT0090Test.class );
         suite.addTestSuite( MavenIT0087Test.class );
         suite.addTestSuite( MavenIT0086Test.class );
         suite.addTestSuite( MavenIT0085Test.class );
-        suite.addTestSuite( MavenIT0084Test.class );
-        suite.addTestSuite( MavenIT0083Test.class );
-        suite.addTestSuite( MavenIT0082Test.class );
-        suite.addTestSuite( MavenIT0081Test.class );
-        suite.addTestSuite( MavenIT0080Test.class );
         suite.addTestSuite( MavenIT0072Test.class );
         suite.addTestSuite( MavenIT0071Test.class );
         suite.addTestSuite( MavenIT0064Test.class );

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0086Test.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0086Test.java?rev=731219&r1=731218&r2=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0086Test.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0086Test.java
 Sun Jan  4 02:44:12 2009
@@ -25,6 +25,12 @@
 import java.io.File;
 import java.util.Properties;
 
+/**
+ * This is a test set for <a 
href="http://jira.codehaus.org/browse/MNG-1898";>MNG-1898</a>.
+ * 
+ * @author John Casey
+ * @version $Id$
+ */
 public class MavenIT0086Test
     extends AbstractMavenIntegrationTestCase
 {

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0087Test.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0087Test.java?rev=731219&r1=731218&r2=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0087Test.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0087Test.java
 Sun Jan  4 02:44:12 2009
@@ -25,6 +25,12 @@
 import java.io.File;
 import java.util.Properties;
 
+/**
+ * This is a test set for <a 
href="http://jira.codehaus.org/browse/MNG-1898";>MNG-1898</a>.
+ * 
+ * @author John Casey
+ * @version $Id$
+ */
 public class MavenIT0087Test
     extends AbstractMavenIntegrationTestCase
 {

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0097Test.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0097Test.java?rev=731219&r1=731218&r2=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0097Test.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0097Test.java
 Sun Jan  4 02:44:12 2009
@@ -24,13 +24,21 @@
 
 import java.io.File;
 
+/**
+ * This is a test set for <a 
href="http://jira.codehaus.org/browse/MNG-2068";>MNG-2068</a>.
+ * 
+ * @author John Casey
+ * @version $Id$
+ */
 public class MavenIT0097Test
     extends AbstractMavenIntegrationTestCase
 {
 
+    // TODO: There is another IT for this issue, check whether these are dups 
or could be merged
+
     /**
      * Test that the implied relative path for the parent POM works, even two
-     * levels deep (c.f. MNG-2068).
+     * levels deep.
      */
     public void testit0097()
         throws Exception

Copied: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0818WarDepsNotTransitiveTest.java
 (from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0080Test.java)
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0818WarDepsNotTransitiveTest.java?p2=maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0818WarDepsNotTransitiveTest.java&p1=maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0080Test.java&r1=731212&r2=731219&rev=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0080Test.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0818WarDepsNotTransitiveTest.java
 Sun Jan  4 02:44:12 2009
@@ -26,17 +26,23 @@
 import java.util.Collection;
 import java.util.Collections;
 
-public class MavenIT0080Test
+/**
+ * This is a test set for <a 
href="http://jira.codehaus.org/browse/MNG-818";>MNG-818</a>.
+ * 
+ * @author Brett Porter
+ * @version $Id$
+ */
+public class MavenITmng0818WarDepsNotTransitiveTest
     extends AbstractMavenIntegrationTestCase
 {
 
     /**
      * Test that depending on a WAR doesn't also get its dependencies 
transitively.
      */
-    public void testit0080()
+    public void testitMNG0818()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/it0080" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/mng-0818" );
 
         Verifier verifier = new Verifier( testDir.getAbsolutePath() );
         verifier.setAutoclean( false );

Copied: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0820ConflictResolutionTest.java
 (from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0084Test.java)
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0820ConflictResolutionTest.java?p2=maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0820ConflictResolutionTest.java&p1=maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0084Test.java&r1=731212&r2=731219&rev=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0084Test.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0820ConflictResolutionTest.java
 Sun Jan  4 02:44:12 2009
@@ -24,17 +24,23 @@
 
 import java.io.File;
 
-public class MavenIT0084Test
+/**
+ * This is a test set for <a 
href="http://jira.codehaus.org/browse/MNG-820";>MNG-820</a>.
+ * 
+ * @author Brett Porter
+ * @version $Id$
+ */
+public class MavenITmng0820ConflictResolutionTest
     extends AbstractMavenIntegrationTestCase
 {
 
     /**
      * Verify that the collector selecting a particular version gets the 
correct subtree
      */
-    public void testit0084()
+    public void testitMNG0820()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/it0084" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/mng-0820" );
         Verifier verifier = new Verifier( testDir.getAbsolutePath() );
         verifier.executeGoal( "package" );
         verifier.assertFilePresent( 
"test-component-a/target/test-component-a-0.1.jar" );

Copied: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0956ComponentInjectionViaProjectLevelPluginDepTest.java
 (from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0081Test.java)
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0956ComponentInjectionViaProjectLevelPluginDepTest.java?p2=maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0956ComponentInjectionViaProjectLevelPluginDepTest.java&p1=maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0081Test.java&r1=731212&r2=731219&rev=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0081Test.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0956ComponentInjectionViaProjectLevelPluginDepTest.java
 Sun Jan  4 02:44:12 2009
@@ -25,17 +25,23 @@
 import java.io.File;
 import java.util.Properties;
 
-public class MavenIT0081Test
+/**
+ * This is a test set for <a 
href="http://jira.codehaus.org/browse/MNG-956";>MNG-956</a>.
+ * 
+ * @author Brett Porter
+ * @version $Id$
+ */
+public class MavenITmng0956ComponentInjectionViaProjectLevelPluginDepTest
     extends AbstractMavenIntegrationTestCase
 {
 
     /**
      * Test component injection from project-level plugin dependencies.
      */
-    public void testit0081()
+    public void testitMNG0956()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/it0081" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/mng-0956" );
         Verifier verifier = new Verifier( testDir.getAbsolutePath() );
         verifier.setAutoclean( false );
         verifier.deleteDirectory( "target" );

Copied: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1088ReactorDepResolutionTest.java
 (from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0082Test.java)
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1088ReactorDepResolutionTest.java?p2=maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1088ReactorDepResolutionTest.java&p1=maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0082Test.java&r1=731212&r2=731219&rev=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0082Test.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1088ReactorDepResolutionTest.java
 Sun Jan  4 02:44:12 2009
@@ -24,7 +24,13 @@
 
 import java.io.File;
 
-public class MavenIT0082Test
+/**
+ * This is a test set for <a 
href="http://jira.codehaus.org/browse/MNG-1088";>MNG-1088</a>.
+ * 
+ * @author Brett Porter
+ * @version $Id$
+ */
+public class MavenITmng1088ReactorDepResolutionTest
     extends AbstractMavenIntegrationTestCase
 {
 
@@ -32,10 +38,10 @@
      * Test that the reactor can establish the artifact location of known 
projects for dependencies
      * using process-sources to see that it works even when they aren't 
compiled
      */
-    public void testit0082()
+    public void testitMNG1088()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/it0082" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/mng-1088" );
         Verifier verifier = new Verifier( testDir.getAbsolutePath() );
         verifier.executeGoal( "process-sources" );
         verifier.assertFilePresent( "test-component-c/target/my-test" );

Copied: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1233WarDepWithProvidedScopeTest.java
 (from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0083Test.java)
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1233WarDepWithProvidedScopeTest.java?p2=maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1233WarDepWithProvidedScopeTest.java&p1=maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0083Test.java&r1=731212&r2=731219&rev=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0083Test.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1233WarDepWithProvidedScopeTest.java
 Sun Jan  4 02:44:12 2009
@@ -25,17 +25,23 @@
 import java.io.File;
 import java.util.Collection;
 
-public class MavenIT0083Test
+/**
+ * This is a test set for <a 
href="http://jira.codehaus.org/browse/MNG-1233";>MNG-1233</a>.
+ * 
+ * @author Brett Porter
+ * @version $Id$
+ */
+public class MavenITmng1233WarDepWithProvidedScopeTest
     extends AbstractMavenIntegrationTestCase
 {
 
     /**
      * Verify that overriding a transitive compile time dependency as provided 
in a WAR ensures it is not included.
      */
-    public void testit0083()
+    public void testitMNG1233()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/it0083" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/mng-1233" );
 
         Verifier verifier = new Verifier( testDir.getAbsolutePath() );
         verifier.setAutoclean( false );

Copied: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1908LegacySnapshotUpdateTest.java
 (from r731212, 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0092Test.java)
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1908LegacySnapshotUpdateTest.java?p2=maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1908LegacySnapshotUpdateTest.java&p1=maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0092Test.java&r1=731212&r2=731219&rev=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0092Test.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1908LegacySnapshotUpdateTest.java
 Sun Jan  4 02:44:12 2009
@@ -24,17 +24,23 @@
 
 import java.io.File;
 
-public class MavenIT0092Test
+/**
+ * This is a test set for <a 
href="http://jira.codehaus.org/browse/MNG-1908";>MNG-1908</a>.
+ * 
+ * @author Brett Porter
+ * @version $Id$
+ */
+public class MavenITmng1908LegacySnapshotUpdateTest
     extends AbstractMavenIntegrationTestCase
 {
     
     /**
-     * Test that legacy repositories with legacy snapshots download correctly 
(c.f. MNG-2068).
+     * Test that legacy repositories with legacy snapshots download correctly.
      */
-    public void testit0092()
+    public void testitMNG1908()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/it0092" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/mng-1908" );
         Verifier verifier = new Verifier( testDir.getAbsolutePath() );
         verifier.deleteArtifact( "org.apache.maven", "maven-core-it-support", 
"1.0-SNAPSHOT", "jar" );
         verifier.executeGoal( "compile" );

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3873MultipleExecutionGoalsTest.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3873MultipleExecutionGoalsTest.java?rev=731219&r1=731218&r2=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3873MultipleExecutionGoalsTest.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3873MultipleExecutionGoalsTest.java
 Sun Jan  4 02:44:12 2009
@@ -43,7 +43,7 @@
      * Test that all goals from a plugin execution are actually executed and 
not only one when no <pluginManagement>
      * is involved.
      */
-    public void testitWithoutPluginManagement()
+    public void testitWithoutPluginMngt()
         throws Exception
     {
         testitMNG3873( "test-1" );
@@ -53,7 +53,7 @@
      * Test that all goals from a plugin execution are actually executed and 
not only one when <pluginManagement>
      * is involved.
      */
-    public void testitWithPluginManagement()
+    public void testitWithPluginMngt()
         throws Exception
     {
         testitMNG3873( "test-2" );

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3886ExecutionGoalsOrderTest.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3886ExecutionGoalsOrderTest.java?rev=731219&r1=731218&r2=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3886ExecutionGoalsOrderTest.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3886ExecutionGoalsOrderTest.java
 Sun Jan  4 02:44:12 2009
@@ -44,7 +44,7 @@
      * Test that the goals from a plugin execution are executed in the order 
given by the POM when no <pluginManagement>
      * is involved.
      */
-    public void testitWithoutPluginManagement()
+    public void testitWithoutPluginMngt()
         throws Exception
     {
         testitMNG3886( "test-1" );
@@ -54,7 +54,7 @@
      * Test that the goals from a plugin execution are executed in the order 
given by the POM when <pluginManagement>
      * is involved.
      */
-    public void testitWithPluginManagement()
+    public void testitWithPluginMngt()
         throws Exception
     {
         testitMNG3886( "test-2" );

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3887PluginExecutionOrderTest.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3887PluginExecutionOrderTest.java?rev=731219&r1=731218&r2=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3887PluginExecutionOrderTest.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3887PluginExecutionOrderTest.java
 Sun Jan  4 02:44:12 2009
@@ -44,7 +44,7 @@
      * Test that multiple plugin executions bound to the same phase are 
executed in the order given by the POM when no
      * <pluginManagement> is involved.
      */
-    public void testitWithoutPluginManagement()
+    public void testitWithoutPluginMngt()
         throws Exception
     {
         testitMNG3887( "test-1" );
@@ -54,7 +54,7 @@
      * Test that multiple plugin executions bound to the same phase are 
executed in the order given by the POM when
      * <pluginManagement> is involved.
      */
-    public void testitWithPluginManagement()
+    public void testitWithPluginMngt()
         throws Exception
     {
         testitMNG3887( "test-2" );

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3925MergedPluginExecutionOrderTest.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3925MergedPluginExecutionOrderTest.java?rev=731219&r1=731218&r2=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3925MergedPluginExecutionOrderTest.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3925MergedPluginExecutionOrderTest.java
 Sun Jan  4 02:44:12 2009
@@ -44,7 +44,7 @@
      * Test that multiple plugin executions bound to the same phase by child 
and parent are executed in the proper
      * order when no <pluginManagement> is involved.
      */
-    public void testitWithoutPluginManagement()
+    public void testitWithoutPluginMngt()
         throws Exception
     {
         testitMNG3925( "test-1" );
@@ -54,7 +54,7 @@
      * Test that multiple plugin executions bound to the same phase by child 
and parent are executed in the proper
      * order when <pluginManagement> is involved.
      */
-    public void testitWithPluginManagement()
+    public void testitWithPluginMngt()
         throws Exception
     {
         testitMNG3925( "test-2" );

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3937MergedPluginExecutionGoalsTest.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3937MergedPluginExecutionGoalsTest.java?rev=731219&r1=731218&r2=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3937MergedPluginExecutionGoalsTest.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3937MergedPluginExecutionGoalsTest.java
 Sun Jan  4 02:44:12 2009
@@ -44,7 +44,7 @@
      * Test that during inheritance/merging of a plugin execution the goals 
specified by child and parent are properly
      * ordered when no <pluginManagement> is involved.
      */
-    public void testitWithoutPluginManagement()
+    public void testitWithoutPluginMngt()
         throws Exception
     {
         testitMNG3937( "test-1" );
@@ -54,7 +54,7 @@
      * Test that during inheritance/merging of a plugin execution the goals 
specified by child and parent are properly
      * ordered when <pluginManagement> is involved.
      */
-    public void testitWithPluginManagement()
+    public void testitWithPluginMngt()
         throws Exception
     {
         testitMNG3937( "test-2" );

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3938MergePluginExecutionsTest.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3938MergePluginExecutionsTest.java?rev=731219&r1=731218&r2=731219&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3938MergePluginExecutionsTest.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3938MergePluginExecutionsTest.java
 Sun Jan  4 02:44:12 2009
@@ -46,7 +46,7 @@
      * default id, regardless whether the id is given explicitly by the user 
or implicitly assumed from defaults, when
      * no <pluginManagement> is involved.
      */
-    public void testitWithoutPluginManagement()
+    public void testitWithoutPluginMngt()
         throws Exception
     {
         testitMNG3938( "test-1" );
@@ -57,7 +57,7 @@
      * default id, regardless whether the id is given explicitly by the user 
or implicitly assumed from defaults, when
      * <pluginManagement> is involved.
      */
-    public void testitWithPluginManagement()
+    public void testitWithPluginMngt()
         throws Exception
     {
         testitMNG3938( "test-2" );


Reply via email to