o fix by igor to keep the heap down.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@774502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-05-13 19:56:25 +00:00
parent 5300bd94f5
commit e4ad3f01d5
1 changed files with 9 additions and 0 deletions

View File

@ -59,6 +59,15 @@ protected void setUp()
testMixinDirectory = new File( getBasedir(), BASE_MIXIN_DIR ); testMixinDirectory = new File( getBasedir(), BASE_MIXIN_DIR );
mavenProjectBuilder = (DefaultMavenProjectBuilder) lookup( MavenProjectBuilder.class ); mavenProjectBuilder = (DefaultMavenProjectBuilder) lookup( MavenProjectBuilder.class );
} }
@Override
protected void tearDown()
throws Exception
{
mavenProjectBuilder = null;
super.tearDown();
}
/** /**
* Will throw exception if url is empty. MNG-4050 * Will throw exception if url is empty. MNG-4050