mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Revert commited by mistake
This commit is contained in:
@@ -150,7 +150,7 @@ public abstract class UsefulTestCase extends TestCase {
|
||||
try {
|
||||
Element newS = new Element("temp");
|
||||
settings.writeExternal(newS);
|
||||
//Assert.assertEquals("Code insight settings damaged", DEFAULT_SETTINGS_EXTERNALIZED, JDOMUtil.writeElement(newS, "\n"));
|
||||
Assert.assertEquals("Code insight settings damaged", DEFAULT_SETTINGS_EXTERNALIZED, JDOMUtil.writeElement(newS, "\n"));
|
||||
}
|
||||
catch (AssertionError error) {
|
||||
CodeInsightSettings clean = new CodeInsightSettings();
|
||||
|
||||
Reference in New Issue
Block a user