mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
eliminate project leaks in VcsRootPlatformTest
This commit is contained in:
@@ -120,6 +120,14 @@ public abstract class VcsRootPlatformTest extends UsefulTestCase {
|
||||
delete(file);
|
||||
}
|
||||
myProjectFixture.tearDown();
|
||||
|
||||
myExtension = null;
|
||||
myVcsManager = null;
|
||||
myVcs = null;
|
||||
myRepository = null;
|
||||
myRootModel = null;
|
||||
myProjectRoot = null;
|
||||
myProject = null;
|
||||
}
|
||||
finally {
|
||||
super.tearDown();
|
||||
|
||||
Reference in New Issue
Block a user