mirror of https://github.com/apache/maven.git
dropping the reinstatement version until they are reinstated
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739127 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1421a185a4
commit
d184346f38
|
@ -33,7 +33,7 @@ public class MavenITmng0553SettingsAuthzEncryptionTest
|
|||
public MavenITmng0553SettingsAuthzEncryptionTest()
|
||||
{
|
||||
// TODO: reintroduce for 3.0
|
||||
super( "(2.1.0-M1,3.0-alpha-1),(3.0-alpha-3,)" ); // 2.1.0-M2+
|
||||
super( "(2.1.0-M1,3.0-alpha-1)" ); // 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,3.0-alpha-1),(3.0-alpha-3,)" ); // Maven 2.0.11 + , 2.1.0-M2 +
|
||||
super( "(2.0.10,2.1.0-M1),(2.1.0-M1,3.0-alpha-1)" ); // Maven 2.0.11 + , 2.1.0-M2 +
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -29,8 +29,8 @@ public class MavenITmng2668UsePluginDependenciesForSortingTest
|
|||
{
|
||||
public MavenITmng2668UsePluginDependenciesForSortingTest()
|
||||
{
|
||||
// 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+
|
||||
// TODO: fix for 3.0+
|
||||
super( "(2.1.0-M1,3.0-alpha-1)" ); // 2.1.0-M2+
|
||||
}
|
||||
|
||||
public void testmng2668()
|
||||
|
|
|
@ -183,7 +183,7 @@ public class MavenITmng3599useHttpProxyForWebDAVTest
|
|||
throws Exception
|
||||
{
|
||||
// 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+
|
||||
if ( matchesVersionRange( "[2.1.0-M1,3.0-alpha-1)" ) ) //2.1.0-M1+
|
||||
{
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3599" );
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ public class MavenITmng3600DeploymentModeDefaultsTest
|
|||
public MavenITmng3600DeploymentModeDefaultsTest()
|
||||
{
|
||||
// TODO: implement for 3.0
|
||||
super( "(2.1.0-M1,3.0-alpha-1),(3.0-alpha-3,)" );
|
||||
super( "(2.1.0-M1,3.0-alpha-1)" );
|
||||
}
|
||||
|
||||
public void testitMNG3600NoSettings()
|
||||
|
|
|
@ -47,7 +47,7 @@ public class MavenITmng3652UserAgentHeaderTest
|
|||
public MavenITmng3652UserAgentHeaderTest()
|
||||
{
|
||||
// TODO: re-instate feature in 3.0
|
||||
super( "[2.1.0-M1,3.0-alpha-1),(3.0-alpha-3,)" ); // 2.1.0-M1+
|
||||
super( "[2.1.0-M1,3.0-alpha-1)" ); // 2.1.0-M1+
|
||||
}
|
||||
|
||||
public void setUp()
|
||||
|
|
|
@ -52,7 +52,7 @@ public class MavenITmng3729MultiForkAggregatorsTest
|
|||
{
|
||||
public MavenITmng3729MultiForkAggregatorsTest()
|
||||
{
|
||||
super( "(2.0.8,3.0-alpha-1),(3.0-alpha-3,)" ); // only test in 2.0.9+
|
||||
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.
|
||||
}
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ public class MavenITmng3760BaseUriPropertyTest
|
|||
public MavenITmng3760BaseUriPropertyTest()
|
||||
{
|
||||
// TODO: fix for 3.0
|
||||
super( "(2.1.0-M1,3.0-alpha-1),(3.0-alpha-3,)" ); // 2.1.0-M2+
|
||||
super( "(2.1.0-M1,3.0-alpha-1)" ); // 2.1.0-M2+
|
||||
}
|
||||
|
||||
public void testitMNG3760()
|
||||
|
|
|
@ -38,7 +38,7 @@ public class MavenITmng3810BadProfileActivationTest
|
|||
public MavenITmng3810BadProfileActivationTest()
|
||||
{
|
||||
// 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+
|
||||
super( "(2.0.10,2.1.0-M1),(2.1.0-M1,3.0-alpha-1)" ); // 2.0.11+, 2.1.0-M2+
|
||||
}
|
||||
|
||||
public void testitMNG3810Property()
|
||||
|
|
|
@ -33,8 +33,7 @@ public class MavenITmng3920PlexusComponentApiTest
|
|||
{
|
||||
public MavenITmng3920PlexusComponentApiTest()
|
||||
{
|
||||
// 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+
|
||||
super( "(2.0.10,2.1.0-M1),(2.1.0-M1,)" ); // 2.0.11+, 2.1.0-M2+
|
||||
}
|
||||
|
||||
public void testitMNG3920()
|
||||
|
|
Loading…
Reference in New Issue