eliminate project leaks in VcsRootPlatformTest

This commit is contained in:
Valentin Fondaratov
2016-12-08 15:53:33 +03:00
parent edb4724908
commit 90a8346188
@@ -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();