mirror of https://github.com/apache/maven.git
o Enabled IT for fixed issue
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@711231 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f746792425
commit
a084783be9
|
@ -109,6 +109,7 @@ MavenITmng3645POMSyntaxErrorTest
|
|||
suite.addTestSuite( MavenITmng3545ProfileDeactivationTest.class );
|
||||
suite.addTestSuite( MavenITmng3536AppendedAbsolutePathsTest.class );
|
||||
suite.addTestSuite( MavenITmng3535SelfReferentialPropertiesTest.class );
|
||||
suite.addTestSuite( MavenITmng3530DynamicPOMInterpolationTest.class );
|
||||
suite.addTestSuite( MavenITmng3503Xpp3ShadingTest.class );
|
||||
suite.addTestSuite( MavenITmng3498ForkToOtherMojoTest.class );
|
||||
suite.addTestSuite( MavenITmng3485OverrideWagonExtensionTest.class );
|
||||
|
@ -281,7 +282,6 @@ MavenITmng3645POMSyntaxErrorTest
|
|||
// Pending resolution in code
|
||||
// suite.addTestSuite( MavenITmng3814BogusProjectCycleTest.class );
|
||||
// suite.addTestSuite( MavenITmng3391ImportScopeErrorScenariosTest.class );
|
||||
// suite.addTestSuite( MavenITmng3530DynamicPOMInterpolationTest.class );
|
||||
|
||||
// suite.addTestSuite( MavenIT0108SnapshotUpdateTest.class ); -- MNG-3137
|
||||
// suite.addTestSuite( MavenITmng3038TransitiveDepManVersionTest.class ); -- MNG-3038
|
||||
|
|
|
@ -40,7 +40,7 @@ public class MavenITmng3530DynamicPOMInterpolationTest
|
|||
|
||||
public MavenITmng3530DynamicPOMInterpolationTest()
|
||||
{
|
||||
super( "(2.0.9,)" ); // only test in 2.0.9+
|
||||
super( "[2.1.0-M1,)" );
|
||||
}
|
||||
|
||||
public void testitMNG3530_BuildPath()
|
||||
|
|
Loading…
Reference in New Issue