Author: jdcasey
Date: Fri Jun  5 23:13:53 2009
New Revision: 782164

URL: http://svn.apache.org/viewvc?rev=782164&view=rev
Log:
[MNG-4167] Removing until we decide how to implement this (probably in Maven 
3). Also, limit mng-3057 to 2.1.0 only, since it was withdrawn for 2.2.0 
release.

Removed:
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4167PluginAndCoordXFormPOMTest.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4167/
Modified:
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformationsTest.java

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformationsTest.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformationsTest.java?rev=782164&r1=782163&r2=782164&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformationsTest.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformationsTest.java
 Fri Jun  5 23:13:53 2009
@@ -47,7 +47,7 @@
     public MavenITmng3057VersionExprTransformationsTest()
     {
         // TODO: port to 3.x
-        super( "[2.1.0,)" ); // only test in 2.1.0+
+        super( "[2.1.0,2.1.1)" ); // only test in 2.1.0
     }
 
     public void testitMNG3057 ()


Reply via email to