o Re-enabled ITs for 3.x

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@795612 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-07-19 21:15:39 +00:00
parent 643384ce2d
commit 6d114894f4
2 changed files with 2 additions and 3 deletions

View File

@ -39,8 +39,7 @@ public class MavenITmng1830ShowVersionTest
public MavenITmng1830ShowVersionTest()
{
// TODO: reinstate for 3.0
super( "(2.0.10,2.1.0-M1),(2.1.0-M1,3.0-alpha-1)" ); // Maven 2.0.11 + , 2.1.0-M2 +
super( "(2.0.10,2.1.0-M1),(2.1.0-M1,3.0-alpha-1),[3.0-alpha-3,)" ); // Maven 2.0.11 + , 2.1.0-M2 +
}
/**

View File

@ -32,7 +32,7 @@ public class MavenITmng3220ImportScopeTest
{
public MavenITmng3220ImportScopeTest()
{
super( "(2.0.8,3.0-alpha-1)" ); // not supported in 3.0+
super( "(2.0.8,3.0-alpha-1),[3.0-alpha-3,)" );
}
public void testitMNG3220a()