mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed [PY-2902] Django Test: NPE at com.intellij.ide.util.treeView.AbstractTreeBuilder.select
This commit is contained in:
+3
@@ -465,6 +465,9 @@ public class SMTestRunnerResultsForm extends TestResultsPanel implements TestFra
|
||||
|
||||
SMRunnerUtil.runInEventDispatchThread(new Runnable() {
|
||||
public void run() {
|
||||
if (myTreeBuilder.isDisposed()) {
|
||||
return;
|
||||
}
|
||||
myTreeBuilder.select(testProxy, null);
|
||||
}
|
||||
}, ModalityState.NON_MODAL);
|
||||
|
||||
Reference in New Issue
Block a user