add tests that exist in the source tree but are not currently executed in the suite for review and inclusion

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@680141 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-07-27 16:24:47 +00:00
parent 39d3edf7f2
commit 42a50429bd
1 changed files with 13 additions and 1 deletions

View File

@ -65,6 +65,19 @@ public class IntegrationTestSuite
* a fail fast technique as well.
*/
/* Tests to be added
MavenIT0109ReleaseUpdateTest
MavenIT0125NewestConflictResolverTest
MavenIT0127AntrunDependencies
MavenIT0128DistMgmtSiteUrlParentCalculationTest
MavenITmng2883LegacyRepoOfflineTest
MavenITmng3259DepsDroppedInMultiModuleBuild
MavenITmng3415JunkRepositoryMetadataTest
MavenITmng3645POMSyntaxErrorTest
*/
// Correct wagon issue in 2.0.10 first
//suite.addTestSuite( MavenITmng3599useHttpProxyForWebDAV.class );
suite.addTestSuite( MavenITmng3684BuildPluginParameterTest.class );
suite.addTestSuite( MavenITmng3680InvalidDependencyPOMTest.class );
suite.addTestSuite( MavenITmng3679PluginExecIdInterpolationTest.class );
@ -259,7 +272,6 @@ public class IntegrationTestSuite
// suite.addTestSuite( MavenIT0126TestJarDependency.class ); // MJAR-75 / MNG-3160
// suite.addTestSuite(MavenIT0091Test.class); // MNG-3160
// suite.addTestSuite(MavenIT0106Test.class); // MNG-3160
return suite;
}