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:
Brett Porter 2009-01-10 23:37:46 +00:00
parent 8306b12402
commit 3a5840de8b
1 changed files with 3 additions and 1 deletions

View File

@ -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 );