mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[r=anton] when saving modified file templates perform save only if template's text was really changed (IDEA-68964)
This commit is contained in:
@@ -124,7 +124,6 @@ public class FileTemplatesTest extends IdeaTestCase {
|
||||
assertEquals("public class XXX {\n}", psiClass.getContainingFile().getText());
|
||||
}
|
||||
finally {
|
||||
FileTemplateManager.getInstance().saveAll();
|
||||
FileTemplateManager.getInstance().removeTemplate(template);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user