updated IntegrationTestSuite to include recently introduced tests

Signed-off-by: Igor Fedorenko <ifedorenko@apache.org>
This commit is contained in:
Igor Fedorenko 2015-02-02 18:31:47 -05:00
parent 0d799949ac
commit daf2cda37c
2 changed files with 3 additions and 1 deletions

View File

@ -106,6 +106,8 @@ public class IntegrationTestSuite
// -------------------------------------------------------------------------------------------------------------
// suite.addTestSuite( MavenIT0108SnapshotUpdateTest.class ); -- MNG-3137
suite.addTestSuite( MavenITmng5742BuildExtensionClassloaderTest.class );
suite.addTestSuite( MavenITmng5578SessionScopeTest.class );
suite.addTestSuite( MavenITmng5753CustomMojoExecutionConfiguratorTest.class );
suite.addTestSuite( MavenITmng5716ToolchainsTypeTest.class );
suite.addTestSuite( MavenITmng5663NestedImportScopePomResolutionTest.class );

View File

@ -30,7 +30,7 @@ public class MavenITmng5742BuildExtensionClassloaderTest
public MavenITmng5742BuildExtensionClassloaderTest()
{
super( "[3.2.6-SNAPSHOT,)" );
super( "(3.2.5,)" );
}
public void testBuildExtensionClassloader()