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/02/24 18:34:39 UTC

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

Author: bentmann
Date: Tue Feb 24 17:34:39 2009
New Revision: 747451

URL: http://svn.apache.org/viewvc?rev=747451&view=rev
Log:
o Removed resolved task tag

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=747451&r1=747450&r2=747451&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 17:34:39 2009
@@ -36,7 +36,6 @@
 
     public MavenITmng2820PomCommentsTest()
     {
-        // FIXME: Get this passing again for 2.1.0
         super( "[2.0.5,)" );
     }