mirror of https://github.com/apache/maven.git
re-instate MNG-3805 and MNG-3599 tests for 2.0.10 now fixed
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@708818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d98099810
commit
d91a0567f6
|
@ -80,6 +80,7 @@ MavenITmng3415JunkRepositoryMetadataTest
|
||||||
MavenITmng3645POMSyntaxErrorTest
|
MavenITmng3645POMSyntaxErrorTest
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
suite.addTestSuite( MavenITmng3805ExtensionClassPathOrderingTest.class );
|
||||||
suite.addTestSuite( MavenITmng3796ClassImportInconsistencyTest.class );
|
suite.addTestSuite( MavenITmng3796ClassImportInconsistencyTest.class );
|
||||||
suite.addTestSuite( MavenITmng3748BadSettingsXmlTest.class );
|
suite.addTestSuite( MavenITmng3748BadSettingsXmlTest.class );
|
||||||
suite.addTestSuite( MavenITmng3747PrefixedPathExpressionTest.class );
|
suite.addTestSuite( MavenITmng3747PrefixedPathExpressionTest.class );
|
||||||
|
@ -278,7 +279,6 @@ MavenITmng3645POMSyntaxErrorTest
|
||||||
// ----------------------------------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
// Pending resolution in code
|
// Pending resolution in code
|
||||||
// suite.addTestSuite( MavenITmng3805ExtensionClassPathOrderingTest.class );
|
|
||||||
// suite.addTestSuite( MavenITmng3391ImportScopeErrorScenariosTest.class );
|
// suite.addTestSuite( MavenITmng3391ImportScopeErrorScenariosTest.class );
|
||||||
// suite.addTestSuite( MavenITmng3530DynamicPOMInterpolationTest.class );
|
// suite.addTestSuite( MavenITmng3530DynamicPOMInterpolationTest.class );
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@ public class MavenITmng3599useHttpProxyForWebDAVTest
|
||||||
|
|
||||||
public MavenITmng3599useHttpProxyForWebDAVTest()
|
public MavenITmng3599useHttpProxyForWebDAVTest()
|
||||||
{
|
{
|
||||||
super( "(2.1.0-M1,)" );
|
super( "(2.0.9,)" );
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setUp()
|
public void setUp()
|
||||||
|
|
Loading…
Reference in New Issue