rename it folder to match others

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@641121 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brian E Fox 2008-03-26 02:44:42 +00:00
parent 17835aec90
commit 80bc3d4872
10 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class MavenITmng3426PluginsClasspathOverrideTest
// The testdir is computed from the location of this
// file.
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/MNG-3426" );
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng3426-overridingPluginDependency" );
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
List cliOptions = new ArrayList();