o Renamed IT to match corresponding issue

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@735057 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-01-16 17:04:51 +00:00
parent d555e50cc9
commit a72a424ed1
3 changed files with 4 additions and 4 deletions

View File

@ -201,6 +201,7 @@ public class IntegrationTestSuite
suite.addTestSuite( MavenITmng2865MirrorWildcardTest.class );
suite.addTestSuite( MavenITmng2861RelocationsAndRangesTest.class );
suite.addTestSuite( MavenITmng2843PluginConfigPropertiesInjectionTest.class );
suite.addTestSuite( MavenITmng2831CustomArtifactHandlerAndCustomLifecycleTest.class );
suite.addTestSuite( MavenITmng2790LastUpdatedMetadataTest.class );
suite.addTestSuite( MavenITmng2749ExtensionAvailableToPluginTest.class );
suite.addTestSuite( MavenITmng2744checksumVerificationTest.class );
@ -291,7 +292,6 @@ public class IntegrationTestSuite
suite.addTestSuite( MavenIT0132PomLifecycleTest.class );
suite.addTestSuite( MavenIT0131SiteLifecycleTest.class );
suite.addTestSuite( MavenIT0130CleanLifecycleTest.class );
suite.addTestSuite( MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest.class );
suite.addTestSuite( MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest.class );
suite.addTestSuite( MavenIT0090Test.class );
suite.addTestSuite( MavenIT0087Test.class );

View File

@ -24,11 +24,11 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File;
public class MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest
public class MavenITmng2831CustomArtifactHandlerAndCustomLifecycleTest
extends AbstractMavenIntegrationTestCase
{
public MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest()
public MavenITmng2831CustomArtifactHandlerAndCustomLifecycleTest()
{
super( "(2.0.1,2.0.5),(2.0.6,2.99.99)" ); //extension support removed from 3.0
}
@ -39,7 +39,7 @@ public class MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest
public void testitMNG2831()
throws Exception
{
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0115" );
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-2831" );
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
verifier.setAutoclean( false );