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/09/11 14:28:17 UTC

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

Author: bentmann
Date: Fri Sep 11 12:28:15 2009
New Revision: 813802

URL: http://svn.apache.org/viewvc?rev=813802&view=rev
Log:
o Enabled IT for Maven 3.x

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

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3052DepRepoAggregationTest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3052DepRepoAggregationTest.java?rev=813802&r1=813801&r2=813802&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3052DepRepoAggregationTest.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3052DepRepoAggregationTest.java Fri Sep 11 12:28:15 2009
@@ -48,8 +48,7 @@
 
     public MavenITmng3052DepRepoAggregationTest()
     {
-        // TODO: fate of POM repositories in 3.x is unclear, disabled for now
-        super( "(2.0.9,3.0-alpha-1)" ); // only test in 2.0.10+
+        super( "(2.0.9,)" ); // only test in 2.0.10+
     }
 
     public void testitMNG3052 ()