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:
Brett Porter 2008-10-29 08:04:45 +00:00
parent 5d98099810
commit d91a0567f6
2 changed files with 2 additions and 2 deletions

View File

@ -80,6 +80,7 @@ MavenITmng3415JunkRepositoryMetadataTest
MavenITmng3645POMSyntaxErrorTest
*/
suite.addTestSuite( MavenITmng3805ExtensionClassPathOrderingTest.class );
suite.addTestSuite( MavenITmng3796ClassImportInconsistencyTest.class );
suite.addTestSuite( MavenITmng3748BadSettingsXmlTest.class );
suite.addTestSuite( MavenITmng3747PrefixedPathExpressionTest.class );
@ -278,7 +279,6 @@ MavenITmng3645POMSyntaxErrorTest
// ----------------------------------------------------------------------------------------------------
// Pending resolution in code
// suite.addTestSuite( MavenITmng3805ExtensionClassPathOrderingTest.class );
// suite.addTestSuite( MavenITmng3391ImportScopeErrorScenariosTest.class );
// suite.addTestSuite( MavenITmng3530DynamicPOMInterpolationTest.class );

View File

@ -58,7 +58,7 @@ public class MavenITmng3599useHttpProxyForWebDAVTest
public MavenITmng3599useHttpProxyForWebDAVTest()
{
super( "(2.1.0-M1,)" );
super( "(2.0.9,)" );
}
public void setUp()