mirror of https://github.com/apache/maven.git
restore semi-functional IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1004320 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
65ec1e7cd3
commit
7d49eceb51
|
@ -30,8 +30,7 @@ public class MavenITmng3600DeploymentModeDefaultsTest
|
|||
{
|
||||
public MavenITmng3600DeploymentModeDefaultsTest()
|
||||
{
|
||||
// TODO: implement for 3.0
|
||||
super( "(2.1.0-M1,3.0-alpha-1)" );
|
||||
super( "(2.1.0-M1,3.0-alpha-1),[3.0-alpha-7,)" );
|
||||
}
|
||||
|
||||
public void testitMNG3600NoSettings()
|
||||
|
@ -83,6 +82,8 @@ public class MavenITmng3600DeploymentModeDefaultsTest
|
|||
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;
|
||||
|
|
Loading…
Reference in New Issue