[MNG-4850] [regression] several elements of server configuration in settings.xml are not honoured

o Enabled IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1036676 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-11-18 23:09:57 +00:00
parent 7f0a463a69
commit ba285e9339

View File

@ -31,7 +31,7 @@ public class MavenITmng3600DeploymentModeDefaultsTest
public MavenITmng3600DeploymentModeDefaultsTest()
{
super( "(2.1.0-M1,3.0-alpha-1),[3.0-alpha-7,)" );
super( "(2.1.0-M1,3.0-alpha-1),[3.0.1,)" );
}
public void testitMNG3600NoSettings()
@ -77,8 +77,6 @@ public void testitMNG3600ServerDefaults()
public void testitMNG3600ModesSet()
throws Exception
{
requiresMavenVersion( "(2.1.0-M1,3.0-alpha-1)" ); // due to MNG-4850
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3600" );
Verifier verifier = newVerifier( testDir.getAbsolutePath() );