mirror of https://github.com/apache/maven.git
[MNG-7045] Align test project name with rest
This commit is contained in:
parent
625fd590c0
commit
864723989e
|
@ -19,7 +19,7 @@ public class MavenITmng7045DropUselessAndOutdatedCdiApiTest
|
|||
public void testShouldNotLeakCdiApi()
|
||||
throws IOException, VerificationException
|
||||
{
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng7045" );
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-7045" );
|
||||
Verifier verifier = newVerifier( testDir.getAbsolutePath()) ;
|
||||
|
||||
verifier.executeGoal( "process-classes" );
|
||||
|
|
Loading…
Reference in New Issue