mirror of https://github.com/apache/maven.git
mark up ITs that still need to be fixed in a future alpha of 3.0
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8667d58ed3
commit
a8e13d13db
|
@ -32,8 +32,8 @@ public class MavenITmng0553SettingsAuthzEncryptionTest
|
|||
{
|
||||
public MavenITmng0553SettingsAuthzEncryptionTest()
|
||||
{
|
||||
super( "(2.1.0-M1,2.99)" ); // 2.1.0-M2+
|
||||
//super( "(2.0.9,2.1.0-M1),(2.1.0-M1,2.1.99)" ); // 2.0.10+, excluding 2.1.0-M1
|
||||
// TODO: reintroduce for 3.0
|
||||
super( "(2.1.0-M1,3.0-alpha-1),(3.0-alpha-3,)" ); // 2.1.0-M2+
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -40,7 +40,7 @@ public class MavenITmng1830ShowVersionTest
|
|||
public MavenITmng1830ShowVersionTest()
|
||||
{
|
||||
// TODO: reinstate for 3.0
|
||||
super( "(2.0.10,2.1.0-M1),(2.1.0-M1,2.999)" ); // 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 +
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -29,7 +29,7 @@ public class MavenITmng2668UsePluginDependenciesForSortingTest
|
|||
{
|
||||
public MavenITmng2668UsePluginDependenciesForSortingTest()
|
||||
{
|
||||
// TODO: estimated fix by 3.0-alpha-3
|
||||
// TODO: estimated fix by 3.0-alpha-4
|
||||
super( "(2.1.0-M1,3.0-alpha-1),(3.0-alpha-3,)" ); // 2.1.0-M2+
|
||||
}
|
||||
|
||||
|
|
|
@ -182,8 +182,8 @@ public class MavenITmng3599useHttpProxyForWebDAVTest
|
|||
public void testmng3599useHttpProxyForWebDAV()
|
||||
throws Exception
|
||||
{
|
||||
// Doesn't work until 2.1.0-M1+
|
||||
if ( matchesVersionRange( "[2.1.0-M1, 2.99.99)" ) )
|
||||
// TODO: implement equivalent test for 3.0 once supported
|
||||
if ( matchesVersionRange( "[2.1.0-M1,3.0-alpha-1),(3.0-alpha-3,)" ) ) //2.1.0-M1+
|
||||
{
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3599" );
|
||||
|
||||
|
|
|
@ -32,7 +32,8 @@ public class MavenITmng3600DeploymentModeDefaultsTest
|
|||
{
|
||||
public MavenITmng3600DeploymentModeDefaultsTest()
|
||||
{
|
||||
super( "(2.1.0-M1,)" );
|
||||
// TODO: implement for 3.0
|
||||
super( "(2.1.0-M1,3.0-alpha-1),(3.0-alpha-3,)" );
|
||||
}
|
||||
|
||||
public void testitMNG3600NoSettings()
|
||||
|
|
|
@ -46,7 +46,8 @@ public class MavenITmng3652UserAgentHeaderTest
|
|||
|
||||
public MavenITmng3652UserAgentHeaderTest()
|
||||
{
|
||||
super( "[2.1.0-M1,2.99.99)" );
|
||||
// TODO: re-instate feature in 3.0
|
||||
super( "[2.1.0-M1,3.0-alpha-1),(3.0-alpha-3,)" ); // 2.1.0-M1+
|
||||
}
|
||||
|
||||
public void setUp()
|
||||
|
|
|
@ -52,7 +52,7 @@ public class MavenITmng3729MultiForkAggregatorsTest
|
|||
{
|
||||
public MavenITmng3729MultiForkAggregatorsTest()
|
||||
{
|
||||
super( "(2.0.8,2.99.99)" ); // only test in 2.0.9+
|
||||
super( "(2.0.8,3.0-alpha-1),(3.0-alpha-3,)" ); // only test in 2.0.9+
|
||||
//TODO: FIX: Disabled for 3.0.x, causes infinite looping on Mac.
|
||||
}
|
||||
|
||||
|
|
|
@ -39,7 +39,8 @@ public class MavenITmng3760BaseUriPropertyTest
|
|||
|
||||
public MavenITmng3760BaseUriPropertyTest()
|
||||
{
|
||||
super( "(2.1.0-M1,3.0-alpha-1),(3.0-alpha-1,)" ); // 2.1.0-M2+, 3.0-alpha-2+
|
||||
// TODO: fix for 3.0
|
||||
super( "(2.1.0-M1,3.0-alpha-1),(3.0-alpha-3,)" ); // 2.1.0-M2+
|
||||
}
|
||||
|
||||
public void testitMNG3760()
|
||||
|
|
|
@ -37,7 +37,8 @@ public class MavenITmng3810BadProfileActivationTest
|
|||
|
||||
public MavenITmng3810BadProfileActivationTest()
|
||||
{
|
||||
super( "(2.0.10,2.1.0-M1),(2.1.0-M1,3.0-alpha-1),(3.0-alpha-1,)" ); // 2.0.10+, 2.1.0-M2+, 3.0-alpha-2+
|
||||
// TODO: implement for 3.0
|
||||
super( "(2.0.10,2.1.0-M1),(2.1.0-M1,3.0-alpha-1),(3.0-alpha-3,)" ); // 2.0.11+, 2.1.0-M2+
|
||||
}
|
||||
|
||||
public void testitMNG3810Property()
|
||||
|
|
|
@ -33,7 +33,8 @@ public class MavenITmng3920PlexusComponentApiTest
|
|||
{
|
||||
public MavenITmng3920PlexusComponentApiTest()
|
||||
{
|
||||
super( "(2.0.10,2.1.0-M1),(2.1.0-M1,)" ); // only test in 2.0.11+, and not in 2.1.0-M1
|
||||
// TODO: implement for 3.0
|
||||
super( "(2.0.10,2.1.0-M1),(2.1.0-M1,3.0-alpha-1),(3.0-alpha-3,)" ); // 2.0.11+, 2.1.0-M2+
|
||||
}
|
||||
|
||||
public void testitMNG3920()
|
||||
|
|
Loading…
Reference in New Issue