mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
TaskManagerTestCase: call super.tearDown() in finally block
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
package com.intellij.tasks;
|
||||
|
||||
import com.intellij.tasks.impl.TaskManagerImpl;
|
||||
import com.intellij.testFramework.IdeaTestCase;
|
||||
import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
|
||||
|
||||
import java.util.Collections;
|
||||
@@ -43,8 +42,8 @@ public abstract class TaskManagerTestCase extends LightCodeInsightFixtureTestCas
|
||||
}
|
||||
finally {
|
||||
myTaskManager = null;
|
||||
super.tearDown();
|
||||
}
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
private void removeAllTasks() {
|
||||
|
||||
Reference in New Issue
Block a user