[MNG-2097] add in the test case to the suite

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727675 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-12-18 08:34:47 +00:00
parent c7da6efce3
commit d226112966
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ public class IntegrationTestSuite
suite.addTestSuite( MavenITmng2130ParentLookupFromReactorCacheTest.class );
suite.addTestSuite( MavenITmng2124PomInterpolationWithParentValuesTest.class );
suite.addTestSuite( MavenITmng2123VersionRangeDependencyTest.class );
suite.addTestSuite( MavenITmng2097PreparePackagePhaseTest.class );
suite.addTestSuite( MavenITmng2068ReactorRelativeParentsTest.class );
suite.addTestSuite( MavenITmng2054PluginExecutionInheritanceTest.class );
suite.addTestSuite( MavenITmng2052InterpolateWithSettingsProfilePropertiesTest.class );