You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/01/09 23:48:17 UTC

svn commit: r494636 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/ resources/it0108-snapshotUpdate/ resources/it0109-releaseUpdate/ resources/it0109-releaseUpdate/repository/ resource...

Author: jvanzyl
Date: Tue Jan  9 14:48:16 2007
New Revision: 494636

URL: http://svn.apache.org/viewvc?view=rev&rev=494636
Log:
o using the standard numbering scheme we've been using plus meaningful name explanations at the end. this way we can have reasonable groupIds along with                                                                                    
  long explanations.    

Added:
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0108-snapshotUpdate/
      - copied from r492143, maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/snapshotUpdate/
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0108-snapshotUpdate/pom.xml
      - copied unchanged from r494635, maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/snapshotUpdate/pom.xml
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0109-releaseUpdate/
      - copied from r492143, maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/releaseUpdate/
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0109-releaseUpdate/pom.xml
      - copied unchanged from r494635, maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/releaseUpdate/pom.xml
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0109-releaseUpdate/repository/
      - copied from r494635, maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/releaseUpdate/repository/
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/
      - copied from r494520, maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/pluginDependenciesComeFromPluginRepos/
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/pom.xml
      - copied unchanged from r494635, maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/pluginDependenciesComeFromPluginRepos/pom.xml
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/repository/
      - copied from r494635, maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/pluginDependenciesComeFromPluginRepos/repository/
Removed:
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/pluginDependenciesComeFromPluginRepos/
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/releaseUpdate/
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/snapshotUpdate/
Modified:
    maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenReleaseUpdateITest.java
    maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenSnapshotUpdateITest.java

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenReleaseUpdateITest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenReleaseUpdateITest.java?view=diff&rev=494636&r1=494635&r2=494636
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenReleaseUpdateITest.java (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenReleaseUpdateITest.java Tue Jan  9 14:48:16 2007
@@ -48,7 +48,7 @@
     public void testReleaseUpdated()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/releaseUpdate" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0109-releaseUpdate" );
         Verifier verifier = new Verifier( testDir.getAbsolutePath() );
         verifier.deleteArtifact( GROUPID, ARTIFACTID, OLD_VERSION, TYPE );
         verifier.deleteArtifact( GROUPID, ARTIFACTID, OLD_VERSION, POM_TYPE );

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenSnapshotUpdateITest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenSnapshotUpdateITest.java?view=diff&rev=494636&r1=494635&r2=494636
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenSnapshotUpdateITest.java (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenSnapshotUpdateITest.java Tue Jan  9 14:48:16 2007
@@ -33,7 +33,7 @@
     public void testSnapshotUpdated()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/snapshotUpdate" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0108-snapshotUpdate" );
         Verifier verifier = new Verifier( testDir.getAbsolutePath() );
         verifier.deleteArtifact( "org.apache.maven", "maven-core-it-support", "1.0-SNAPSHOT", "jar" );