You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/02/24 17:14:44 UTC

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

Author: jdcasey
Date: Tue Feb 24 16:14:42 2009
New Revision: 747412

URL: http://svn.apache.org/viewvc?rev=747412&view=rev
Log:
enable MNG-2820 IT for maven 2.1.0...it should be fixed.

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

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2820PomCommentsTest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2820PomCommentsTest.java?rev=747412&r1=747411&r2=747412&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2820PomCommentsTest.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2820PomCommentsTest.java Tue Feb 24 16:14:42 2009
@@ -37,7 +37,7 @@
     public MavenITmng2820PomCommentsTest()
     {
         // FIXME: Get this passing again for 2.1.0
-        super( "[2.0.5,2.1.0),(2.1.0,)" );
+        super( "[2.0.5,)" );
     }
 
     /**