mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cosmetics
This commit is contained in:
@@ -90,8 +90,6 @@ public class ProjectTreeBuilderTest extends BaseProjectViewTestCase {
|
||||
|
||||
try {
|
||||
structureViewComponent = (StructureViewComponent)fileEditors[0].getStructureViewBuilder().createStructureView(fileEditors[0], myProject);
|
||||
structureViewComponent.setActionActive(JavaInheritedMembersNodeProvider.ID, false);
|
||||
|
||||
TreeUtil.collapseAll(structureViewComponent.getTree(), -1);
|
||||
|
||||
structureViewComponent.select(innerClass2Field, true);
|
||||
@@ -114,7 +112,6 @@ public class ProjectTreeBuilderTest extends BaseProjectViewTestCase {
|
||||
" myField3:boolean\n" +
|
||||
" myField4:boolean\n";
|
||||
|
||||
structureViewComponent.setActionActive(JavaInheritedMembersNodeProvider.ID, false);
|
||||
IdeaTestUtil.assertTreeEqual(structureViewComponent.getTree(),
|
||||
expected);
|
||||
|
||||
|
||||
@@ -136,8 +136,6 @@ public class StructureViewUpdatingTest extends TestSourceBasedTestCase {
|
||||
final StructureViewComponent structureViewComponent =
|
||||
(StructureViewComponent)fileEditor.getStructureViewBuilder().createStructureView(fileEditor, myProject);
|
||||
try {
|
||||
structureViewComponent.setActionActive(JavaInheritedMembersNodeProvider.ID, false);
|
||||
|
||||
PlatformTestUtil.assertTreeEqual(structureViewComponent.getTree(), "-Class2.java\n" +
|
||||
" -Class2\n" +
|
||||
" +InnerClass1\n" +
|
||||
|
||||
Reference in New Issue
Block a user