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:
Brett Porter 2009-01-30 01:32:37 +00:00
parent 1421a185a4
commit d184346f38
10 changed files with 11 additions and 12 deletions

View File

@ -33,7 +33,7 @@ public class MavenITmng0553SettingsAuthzEncryptionTest
public MavenITmng0553SettingsAuthzEncryptionTest() public MavenITmng0553SettingsAuthzEncryptionTest()
{ {
// TODO: reintroduce for 3.0 // 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+
} }
/** /**

View File

@ -40,7 +40,7 @@ public class MavenITmng1830ShowVersionTest
public MavenITmng1830ShowVersionTest() public MavenITmng1830ShowVersionTest()
{ {
// TODO: reinstate for 3.0 // 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 +
} }
/** /**

View File

@ -29,8 +29,8 @@ public class MavenITmng2668UsePluginDependenciesForSortingTest
{ {
public MavenITmng2668UsePluginDependenciesForSortingTest() public MavenITmng2668UsePluginDependenciesForSortingTest()
{ {
// TODO: estimated fix by 3.0-alpha-4 // 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 testmng2668() public void testmng2668()

View File

@ -183,7 +183,7 @@ public class MavenITmng3599useHttpProxyForWebDAVTest
throws Exception throws Exception
{ {
// TODO: implement equivalent test for 3.0 once supported // 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" ); File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3599" );

View File

@ -33,7 +33,7 @@ public class MavenITmng3600DeploymentModeDefaultsTest
public MavenITmng3600DeploymentModeDefaultsTest() public MavenITmng3600DeploymentModeDefaultsTest()
{ {
// TODO: implement for 3.0 // 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() public void testitMNG3600NoSettings()

View File

@ -47,7 +47,7 @@ public class MavenITmng3652UserAgentHeaderTest
public MavenITmng3652UserAgentHeaderTest() public MavenITmng3652UserAgentHeaderTest()
{ {
// TODO: re-instate feature in 3.0 // 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() public void setUp()

View File

@ -52,7 +52,7 @@ public class MavenITmng3729MultiForkAggregatorsTest
{ {
public 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. //TODO: FIX: Disabled for 3.0.x, causes infinite looping on Mac.
} }

View File

@ -40,7 +40,7 @@ public class MavenITmng3760BaseUriPropertyTest
public MavenITmng3760BaseUriPropertyTest() public MavenITmng3760BaseUriPropertyTest()
{ {
// TODO: fix for 3.0 // 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() public void testitMNG3760()

View File

@ -38,7 +38,7 @@ public class MavenITmng3810BadProfileActivationTest
public MavenITmng3810BadProfileActivationTest() public MavenITmng3810BadProfileActivationTest()
{ {
// TODO: implement for 3.0 // 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() public void testitMNG3810Property()

View File

@ -33,8 +33,7 @@ public class MavenITmng3920PlexusComponentApiTest
{ {
public MavenITmng3920PlexusComponentApiTest() public MavenITmng3920PlexusComponentApiTest()
{ {
// TODO: implement for 3.0 super( "(2.0.10,2.1.0-M1),(2.1.0-M1,)" ); // 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,)" ); // 2.0.11+, 2.1.0-M2+
} }
public void testitMNG3920() public void testitMNG3920()