mirror of https://github.com/apache/maven.git
o Renamed some IT resource directories for more consistency
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@697412 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f1534e3f70
commit
b4d752effa
|
@ -28,7 +28,7 @@ public class MavenITmng2277AggregatorAndResolutionPluginsTest
|
|||
|
||||
// The testdir is computed from the location of this
|
||||
// file.
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng2277aggregatorPlugins" );
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-2277-aggregatorPlugins" );
|
||||
|
||||
Verifier verifier;
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ public class MavenITmng2861RelocationsAndRanges
|
|||
|
||||
// The testdir is computed from the location of this
|
||||
// file.
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-2861relocationsAndRanges" );
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-2861-relocationsAndRanges" );
|
||||
|
||||
Verifier verifier;
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ public class MavenITmng2972OverridePluginDependency
|
|||
|
||||
// The testdir is computed from the location of this
|
||||
// file.
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng2972-overridingPluginDependency" );
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-2972-overridingPluginDependency" );
|
||||
|
||||
Verifier verifier;
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ public class MavenITmng3052DepRepoAggregationTest
|
|||
throws Exception
|
||||
{
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(),
|
||||
"/mng-3052depRepoAggregation" )
|
||||
"/mng-3052-depRepoAggregation" )
|
||||
.getCanonicalFile();
|
||||
|
||||
File foo = new File( testDir, "foo" );
|
||||
|
|
|
@ -28,7 +28,7 @@ public class MavenITmng3284UsingCachedPluginsTest
|
|||
|
||||
// The testdir is computed from the location of this
|
||||
// file.
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng3284-usingCachedPlugins" );
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3284-usingCachedPlugins" );
|
||||
|
||||
Verifier verifier;
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ public class MavenITmng3426PluginsClasspathOverrideTest
|
|||
|
||||
// The testdir is computed from the location of this
|
||||
// file.
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng3426-overridingPluginDependency" );
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3426-overridingPluginDependency" );
|
||||
|
||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
List cliOptions = new ArrayList();
|
||||
|
|
|
@ -25,7 +25,7 @@ public class MavenITmng3473PluginReportCrash
|
|||
public void testitMNG3473 ()
|
||||
throws Exception
|
||||
{
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3473PluginReportCrash" );
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3473-PluginReportCrash" );
|
||||
|
||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ import org.apache.maven.it.Verifier;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-xxxx">MNG-xxxx</a>.
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3503">MNG-3503</a>.
|
||||
*
|
||||
* @todo Fill in a better description of what this test verifies!
|
||||
*
|
||||
|
|
|
@ -27,7 +27,7 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
import java.io.File;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-xxxx">MNG-xxxx</a>.
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3645">MNG-3645</a>.
|
||||
*
|
||||
* @todo Fill in a better description of what this test verifies!
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue