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/08/06 21:31:30 UTC

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

Author: bentmann
Date: Thu Aug  6 19:31:29 2009
New Revision: 801787

URL: http://svn.apache.org/viewvc?rev=801787&view=rev
Log:
[MNG-4275] [regression] Direct relocations no longer log at WARNING level : MNG-3380 conflicts with MNG-1689

o Enabled IT for 3.x

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

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4275RelocationWarningTest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4275RelocationWarningTest.java?rev=801787&r1=801786&r2=801787&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4275RelocationWarningTest.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4275RelocationWarningTest.java Thu Aug  6 19:31:29 2009
@@ -36,7 +36,7 @@
 
     public MavenITmng4275RelocationWarningTest()
     {
-        super( "[2.0,2.0.9)(2.2.0,2.99.99]" );
+        super( "[2.0,2.0.9)(2.2.0,)" );
     }
 
     public void testit()