You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/02/21 06:48:54 UTC

svn commit: r379354 - in /maven/components/trunk/maven-core-it: README.txt it0093/ it1019/ it1019/a-one/ it1019/b-one/ it1019/expected-results.txt it1019/goals.txt it1019/pom.xml

Author: brett
Date: Mon Feb 20 21:48:51 2006
New Revision: 379354

URL: http://svn.apache.org/viewcvs?rev=379354&view=rev
Log:
rename itest - it is meant to fail and these are in the 1xxx series

Added:
    maven/components/trunk/maven-core-it/it1019/
      - copied from r379310, maven/components/trunk/maven-core-it/it0093/
    maven/components/trunk/maven-core-it/it1019/a-one/
      - copied from r379353, maven/components/trunk/maven-core-it/it0093/a-one/
    maven/components/trunk/maven-core-it/it1019/b-one/
      - copied from r379353, maven/components/trunk/maven-core-it/it0093/b-one/
    maven/components/trunk/maven-core-it/it1019/expected-results.txt
      - copied unchanged from r379353, maven/components/trunk/maven-core-it/it0093/expected-results.txt
    maven/components/trunk/maven-core-it/it1019/goals.txt
      - copied unchanged from r379353, maven/components/trunk/maven-core-it/it0093/goals.txt
    maven/components/trunk/maven-core-it/it1019/pom.xml
      - copied unchanged from r379353, maven/components/trunk/maven-core-it/it0093/pom.xml
Removed:
    maven/components/trunk/maven-core-it/it0093/
Modified:
    maven/components/trunk/maven-core-it/README.txt

Modified: maven/components/trunk/maven-core-it/README.txt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/README.txt?rev=379354&r1=379353&r2=379354&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/README.txt (original)
+++ maven/components/trunk/maven-core-it/README.txt Mon Feb 20 21:48:51 2006
@@ -254,9 +254,6 @@
 
 it0092: Test that legacy repositories with legacy snapshots download correctly.
 
-it0093: A test that ensures that an exception is thrown when two artifacts
-        with the same id are present in the reactor.
-
 it0094: Test classloading issues with mojos after 2.0 (MNG-1898).
 
 -------------------------------------------------------------------------------
@@ -328,6 +325,10 @@
 -------------------------------------------------------------------------------
 it1018: Test formatting of error caused by invalid profiles.xml syntax.
 -------------------------------------------------------------------------------
+it1019: A test that ensures that an exception is thrown when two artifacts
+        with the same id are present in the reactor.
+-------------------------------------------------------------------------------
+
 
 -------------------------------------------------------------------------------
 These are a set of builds that are more complex than single-project or reactor