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/27 12:05:46 UTC

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

Author: bentmann
Date: Thu Aug 27 10:05:46 2009
New Revision: 808346

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

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

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3729MultiForkAggregatorsTest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3729MultiForkAggregatorsTest.java?rev=808346&r1=808345&r2=808346&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3729MultiForkAggregatorsTest.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3729MultiForkAggregatorsTest.java Thu Aug 27 10:05:46 2009
@@ -52,8 +52,7 @@
 {
     public MavenITmng3729MultiForkAggregatorsTest()
     {
-        super( "(2.0.8,3.0-alpha-1)" ); // only test in 2.0.9+
-        //TODO: FIX: Disabled for 3.0.x, causes infinite looping on Mac.
+        super( "(2.0.8,3.0-alpha-1),[3.0-alpha-3,)" ); // only test in 2.0.9+
     }
 
     public void testitMNG3729 ()