useless environment field in CompileEnvironmentTest

This commit is contained in:
Stepan Koltsov
2012-04-09 02:09:12 +04:00
parent b5fe2c41e6
commit aae7ba734d
@@ -36,18 +36,6 @@ import java.util.jar.JarInputStream;
* @author alex.tkachman
*/
public class CompileEnvironmentTest extends TestCase {
private CompileEnvironment environment;
protected void setUp() throws Exception {
super.setUp();
environment = new CompileEnvironment();
}
@Override
protected void tearDown() throws Exception {
environment.dispose();
super.tearDown();
}
public void testSmokeWithCompilerJar() throws IOException {
File tempDir = FileUtil.createTempDirectory("compilerTest", "compilerTest");