mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
MavenDomTestCase#tearDown: more safe
This commit is contained in:
@@ -87,9 +87,10 @@ public abstract class MavenDomTestCase extends MavenImportingTestCase {
|
||||
@Override
|
||||
protected void tearDownFixtures() throws Exception {
|
||||
CodeInsightSettings.getInstance().AUTOCOMPLETE_ON_CODE_COMPLETION = myOriginalAutoCompletion;
|
||||
myConfigTimestamps.clear();
|
||||
|
||||
myFixture.tearDown();
|
||||
myFixture = null;
|
||||
myConfigTimestamps.clear();
|
||||
}
|
||||
|
||||
protected PsiFile findPsiFile(VirtualFile f) {
|
||||
|
||||
Reference in New Issue
Block a user