mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
dispose in tests
(cherry picked from commit 2b3a211bd553fc0a2e71cc0cb91063e87dca9311)
This commit is contained in:
+2
@@ -55,6 +55,7 @@ public class SingleInspectionProfilePanelTest extends LightIdeaTestCase {
|
||||
assertEquals(1, InspectionProfileTest.countInitializedTools(model));
|
||||
|
||||
assertEquals("foo", getInspection(profile).myAdditionalJavadocTags);
|
||||
panel.disposeUI();
|
||||
}
|
||||
|
||||
public void testModifyInstantiatedTool() throws Exception {
|
||||
@@ -82,6 +83,7 @@ public class SingleInspectionProfilePanelTest extends LightIdeaTestCase {
|
||||
assertEquals(1, InspectionProfileTest.countInitializedTools(model));
|
||||
|
||||
assertEquals("bar", getInspection(profile).myAdditionalJavadocTags);
|
||||
panel.disposeUI();
|
||||
}
|
||||
|
||||
public void testDoNotChangeSettingsOnCancel() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user