o Fixed typos

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@741539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-02-06 11:31:45 +00:00
parent a7b651cce1
commit 56d91bc18d
2 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,6 @@ public class IntegrationTestSuite
suite.addTestSuite( MavenITmng3998PluginExecutionConfigTest.class );
suite.addTestSuite( MavenITmng3983PluginResolutionFromProfileReposTest.class );
suite.addTestSuite( MavenITmng3979ElementJoinTest.class );
suite.addTestSuite( MavenITmng3719PomExecutionOrderingTest.class );
suite.addTestSuite( MavenITmng3974MirrorOrderingTest.class );
suite.addTestSuite( MavenITmng3970DepResolutionFromProfileReposTest.class );
suite.addTestSuite( MavenITmng3955EffectiveSettingsTest.class );
@ -159,6 +158,7 @@ public class IntegrationTestSuite
suite.addTestSuite( MavenITmng3729MultiForkAggregatorsTest.class );
suite.addTestSuite( MavenITmng3724ExecutionProjectSyncTest.class );
suite.addTestSuite( MavenITmng3723ConcreteParentProjectTest.class );
suite.addTestSuite( MavenITmng3719PomExecutionOrderingTest.class );
suite.addTestSuite( MavenITmng3716AggregatorForkingTest.class );
suite.addTestSuite( MavenITmng3710PollutedClonedPluginsTest.class );
suite.addTestSuite( MavenITmng3704LifecycleExecutorWrapperTest.class );

View File

@ -31,7 +31,7 @@ import org.apache.maven.it.util.ResourceExtractor;
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3808">MNG-3808</a>.
*
* @author Brett Porter
* @version $Id: MavenITmng4016PrefixedPropertyInterpolationTest.java 739321 2009-01-30 16:09:55Z bentmann $
* @version $Id$
*/
public class MavenITmng3808ReportInheritenceOrderingTest
extends AbstractMavenIntegrationTestCase
@ -45,7 +45,7 @@ public class MavenITmng3808ReportInheritenceOrderingTest
/**
* Test that 3 executions are run in the correct order.
*/
public void testitMNG3719()
public void testitMNG3808()
throws Exception
{
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3808" );