You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/06/02 22:37:40 UTC

svn commit: r781155 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4167PluginAndCoordXFormPOMTest.java

Author: bentmann
Date: Tue Jun  2 20:37:40 2009
New Revision: 781155

URL: http://svn.apache.org/viewvc?rev=781155&view=rev
Log:
o Fixed version range

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4167PluginAndCoordXFormPOMTest.java

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4167PluginAndCoordXFormPOMTest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4167PluginAndCoordXFormPOMTest.java?rev=781155&r1=781154&r2=781155&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4167PluginAndCoordXFormPOMTest.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4167PluginAndCoordXFormPOMTest.java Tue Jun  2 20:37:40 2009
@@ -41,7 +41,7 @@
     public MavenITmng4167PluginAndCoordXFormPOMTest()
         throws InvalidVersionSpecificationException
     {
-        super( "(2.1.0,)" ); // only test in 2.0.9+
+        super( "[2.2.0,)" );
     }
 
     public void testIt ()
@@ -54,8 +54,8 @@
         verifier = new Verifier( testDir.getAbsolutePath() );
         verifier.deleteArtifact( "org.apache.maven.its.mng4167", "mng-4167", "1", "pom" );
 
-		String specVersion = System.getProperty( "java.specification.version" );
-		
+        String specVersion = System.getProperty( "java.specification.version" );
+    
         verifier.deleteArtifact( "org.apache.maven.its.mng4167." + specVersion, "mng-4167-" + specVersion, "1-"
             + specVersion, "pom" );