mirror of https://github.com/apache/maven.git
o removing duplicate tear down
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@774518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
de46f2a5fa
commit
dcfc099be4
|
@ -54,14 +54,7 @@ public abstract class AbstractMavenProjectTestCase
|
|||
// default over to the main project builder...
|
||||
projectBuilder = lookup( MavenProjectBuilder.class );
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void tearDown() throws Exception {
|
||||
projectBuilder = null;
|
||||
|
||||
super.tearDown();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void tearDown()
|
||||
|
|
|
@ -69,13 +69,6 @@ public class PomConstructionTest
|
|||
super.tearDown();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void tearDown() throws Exception {
|
||||
mavenProjectBuilder = null;
|
||||
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
/**
|
||||
* Will throw exception if url is empty. MNG-4050
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue