mirror of https://github.com/apache/maven.git
Make sure to extract the whole tree, then run from the subtree
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733400 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8306b12402
commit
3a5840de8b
|
@ -46,7 +46,9 @@ public class MavenITmng3979ElementJoinTest
|
|||
public void testitMNG3979()
|
||||
throws Exception
|
||||
{
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3979/sub" );
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3979" );
|
||||
|
||||
testDir = new File( testDir, "sub" );
|
||||
|
||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
verifier.setAutoclean( false );
|
||||
|
|
Loading…
Reference in New Issue